mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Delete all songs button added. DANGER
This commit is contained in:
@@ -32,10 +32,13 @@ var Player = {
|
||||
if(!obj.np){
|
||||
|
||||
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
|
||||
document.title = "Zoff - the shared YouTube based radio";
|
||||
//$("#player_overlay").height($("#player").height());
|
||||
|
||||
if(!window.MSStream && !chromecastAvailable) {
|
||||
$("#player_overlay").toggleClass("hide");
|
||||
if($("#player_overlay").hasClass("hide")) {
|
||||
$("#player_overlay").removeClass("hide");
|
||||
}
|
||||
}
|
||||
try{
|
||||
if(!chromecastAvailable) {
|
||||
|
||||
Reference in New Issue
Block a user