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