mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-10 19:39:35 +00:00
Added descriptions and thumbnails, and fixed issue with pagination on add song
This commit is contained in:
@@ -73,6 +73,9 @@ var Frontpage = {
|
||||
var id = lists[x].id;
|
||||
var viewers = lists[x].viewers;
|
||||
var img = "background-image:url('https://img.youtube.com/vi/"+id+"/hqdefault.jpg');";
|
||||
if(lists[x].thumbnail){
|
||||
img = "background-image:url('" + lists[x].thumbnail + "');";
|
||||
}
|
||||
var song_count = lists[x].count;
|
||||
|
||||
//$("#channels").append(channel_list);
|
||||
|
||||
Reference in New Issue
Block a user