mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
testing
This commit is contained in:
@@ -182,6 +182,8 @@ function search(search_input){
|
||||
|
||||
var output = "";
|
||||
|
||||
$("#results").append(result_html);
|
||||
|
||||
$.each(response.items, function(i,song)
|
||||
{
|
||||
var duration=song.contentDetails.duration;
|
||||
|
||||
Reference in New Issue
Block a user