Trying a fix for song not being able to change after playlist being imported

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-13 10:07:58 +02:00
parent b6f95200cf
commit 924cbc9ede
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -137,6 +137,7 @@ var Search = {
success: function(response) success: function(response)
{ {
var ids=""; var ids="";
Search.addVideos(response.items[0].contentDetails.videoId);
$.each(response.items, function(i,data) $.each(response.items, function(i,data)
{ {
ids+=data.contentDetails.videoId+","; ids+=data.contentDetails.videoId+",";