mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed String instead of str error in server, and empty channel bug
This commit is contained in:
@@ -9,7 +9,9 @@ var Youtube = {
|
||||
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
|
||||
$("#player_overlay").height($("#player").height());
|
||||
if(!window.mobilecheck()) $("#player_overlay").toggleClass("hide");
|
||||
if(ytplayer !== undefined) ytplayer.stopVideo();
|
||||
try{
|
||||
ytplayer.stopVideo();
|
||||
}catch(e){}
|
||||
//List.importOldList(channel.toLowerCase());
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user