0
0
Fork 0

Only make the export playlist button appear if the data that exists is track data.

This commit is contained in:
Tyler-A 2020-08-07 00:37:27 -06:00
parent c8400adad5
commit a0b17b5877
2 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,7 @@
:auth_redirect="auth_redirect"
:token="get_token()"
:data_exists="data.length !== 0"
:is_track_data="config.type === 'Tracks'"
@playlist_export="handle_export"
@data_request="get_data"
/>