Improved exporting to spotify

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-23 13:41:33 +01:00
parent 211e29bcc4
commit 91f15abc11
5 changed files with 31 additions and 11 deletions

View File

@@ -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 = {};