mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Improved exporting to spotify
This commit is contained in:
@@ -715,6 +715,7 @@ $(document).on("click", ".export-spotify-auth", function(e){
|
||||
access_token_data = {};
|
||||
spotify_is_authenticated(false);
|
||||
}, access_token_data.expires_in * 1000);
|
||||
$(".spotify_export_button").css("display", "none");
|
||||
List.exportToSpotify();
|
||||
} else {
|
||||
access_token_data = {};
|
||||
|
||||
Reference in New Issue
Block a user