mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying a fix for song not being able to change after playlist being imported
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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+",";
|
||||||
|
|||||||
Reference in New Issue
Block a user