mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge pull request #267 from zoff-music/fix/spotify-import
Fix for spotify import url
This commit is contained in:
@@ -1501,6 +1501,7 @@ $(document).on("submit", "#listImportSpotify", function(e){
|
|||||||
url = url[1].split("/");
|
url = url[1].split("/");
|
||||||
var user = url[0];
|
var user = url[0];
|
||||||
var playlist_id = url[2];
|
var playlist_id = url[2];
|
||||||
|
playlist_id = playlist_id.split("?")[0];
|
||||||
|
|
||||||
document.getElementById("import_spotify").disabled = true;
|
document.getElementById("import_spotify").disabled = true;
|
||||||
$("#import_spotify").addClass("hide");
|
$("#import_spotify").addClass("hide");
|
||||||
|
|||||||
Reference in New Issue
Block a user