Update src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js
Co-Authored-By: anthonylavado <anthonylavado@users.noreply.github.com>
This commit is contained in:
parent
c99f9c6d65
commit
8ec57de307
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
|
|||
var list = [];
|
||||
|
||||
var video = document.createElement('video');
|
||||
if ((video.webkitSupportsPresentationMode && typeof video.webkitSetPresentationMode === "function") || (document.pictureInPictureEnabled)) {
|
||||
if (video.webkitSupportsPresentationMode && typeof video.webkitSetPresentationMode === "function" || document.pictureInPictureEnabled) {
|
||||
list.push('PictureInPicture');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue