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:
2
static/dist/main-min.js
vendored
2
static/dist/main-min.js
vendored
File diff suppressed because one or more lines are too long
@@ -8,9 +8,8 @@ var Youtube = {
|
|||||||
|
|
||||||
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
|
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
|
||||||
$("#player_overlay").height($("#player").height());
|
$("#player_overlay").height($("#player").height());
|
||||||
if(!window.mobilecheck())
|
if(!window.mobilecheck()) $("#player_overlay").toggleClass("hide");
|
||||||
$("#player_overlay").toggleClass("hide");
|
if(ytplayer !== undefined) ytplayer.stopVideo();
|
||||||
ytplayer.stopVideo();
|
|
||||||
//List.importOldList(channel.toLowerCase());
|
//List.importOldList(channel.toLowerCase());
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user