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:
Claus Vium 2019-02-04 10:00:26 -05:00 committed by GitHub
parent 8ec57de307
commit d7cef56e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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