Update src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js
Remove extra newline Co-Authored-By: anthonylavado <anthonylavado@users.noreply.github.com>
This commit is contained in:
parent
8ec57de307
commit
d7cef56e23
1 changed files with 0 additions and 1 deletions
|
@ -1446,7 +1446,6 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
|
|||
if (video.webkitSupportsPresentationMode && typeof video.webkitSetPresentationMode === "function" || document.pictureInPictureEnabled) {
|
||||
list.push('PictureInPicture');
|
||||
}
|
||||
|
||||
else if (browser.ipad) {
|
||||
|
||||
// Unfortunately this creates a false positive on devices where its' not actually supported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue