mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added search-endpoint for fetching by category
This commit is contained in:
@@ -1248,7 +1248,7 @@ var List = {
|
||||
var video_title = _song_info.title;
|
||||
var video_votes = _song_info.votes;
|
||||
var tags = "";
|
||||
if(_song_info.tags != undefined) _song_info.tags.toLowerCase();
|
||||
if(_song_info.tags != undefined) _song_info.tags.join(",").toLowerCase();
|
||||
var video_thumb_url = "//img.youtube.com/vi/"+video_id+"/mqdefault.jpg";
|
||||
if(_song_info.source == "soundcloud") {
|
||||
video_thumb_url = _song_info.thumbnail;
|
||||
|
||||
Reference in New Issue
Block a user