mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed wrapper height, and issues with empty channel
This commit is contained in:
@@ -238,7 +238,9 @@ var Player = {
|
||||
if(chromecastAvailable){
|
||||
castSession.sendMessage("urn:x-cast:zoff.no", {type: "stopVideo"});
|
||||
} else {
|
||||
Player.player.stopVideo();
|
||||
try{
|
||||
Player.player.stopVideo();
|
||||
} catch(e){}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user