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