This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-08 21:54:47 +02:00
parent 4a9480c55a
commit 38dbe5293f

View File

@@ -197,7 +197,7 @@ function search(search_input){
//$("#results").append(result_html); //$("#results").append(result_html);
var song = result_html; var song = $(result_html);
song.find(".search-title").text(title); song.find(".search-title").text(title);
song.find(".result_info").text(duration); song.find(".result_info").text(duration);
song.find(".thumb").attr("src", thumb); song.find(".thumb").attr("src", thumb);