0
0
Fork 0

Pass the user token and API base URL to the control bar.

This commit is contained in:
Tyler-A 2020-08-03 22:04:33 -06:00
parent 647727c388
commit 3b8e85893c

View file

@ -3,6 +3,8 @@
<Control <Control
:dev="dev_mode" :dev="dev_mode"
:preview="preview_mode" :preview="preview_mode"
:api_url="api_base"
:token="get_token()"
@playlist_export="handle_export" @playlist_export="handle_export"
@data_request="get_data" @data_request="get_data"
/> />