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

View File

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