mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with channelloader going indefinetly on empty channel
This commit is contained in:
2
server/public/assets/dist/embed.min.js
vendored
2
server/public/assets/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
server/public/assets/dist/main.min.js
vendored
2
server/public/assets/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -42,6 +42,7 @@ var Player = {
|
|||||||
|
|
||||||
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
|
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
|
||||||
document.title = "Zoff - the shared YouTube based radio";
|
document.title = "Zoff - the shared YouTube based radio";
|
||||||
|
$("#channel-load").css("display", "none");
|
||||||
//$("#player_overlay").height($("#player").height());
|
//$("#player_overlay").height($("#player").height());
|
||||||
|
|
||||||
if(!window.MSStream && !chromecastAvailable) {
|
if(!window.MSStream && !chromecastAvailable) {
|
||||||
|
|||||||
Reference in New Issue
Block a user