mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 13:31:00 +00:00
More chromecastfeatures
- Click on player pauses/plays video - Receives event on play/pause - Some indentationfixes - Not showing Join Channel modal when chromecast connected
This commit is contained in:
@@ -842,7 +842,7 @@ var List = {
|
||||
},
|
||||
|
||||
show: function() {
|
||||
if(!Helper.mobilecheck())
|
||||
if(!Helper.mobilecheck() && !chromecastAvailable)
|
||||
{
|
||||
$("#channel-share-modal").modal("open");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user