Fixed issue with channelloader going indefinetly on empty channel

This commit is contained in:
Kasper Rynning-Tønnesen
2017-07-22 14:38:56 +02:00
parent a5bb390479
commit 09d858486d
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -42,6 +42,7 @@ var Player = {
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
document.title = "Zoff - the shared YouTube based radio";
$("#channel-load").css("display", "none");
//$("#player_overlay").height($("#player").height());
if(!window.MSStream && !chromecastAvailable) {