Trying to fix adding of songs

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-08 18:12:36 +02:00
parent 0497b7c07e
commit a1c0350756
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -36,7 +36,6 @@ var Search = {
url: yt_url,
dataType:"jsonp",
success: function(response){
console.log(response.items.length);
if(response.items){
//get list of IDs and make new request for video info
$.each(response.items, function(i,data)