From d7cef56e235a29481cc5966209285641184e324f Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Mon, 4 Feb 2019 10:00:26 -0500 Subject: [PATCH] Update src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js Remove extra newline Co-Authored-By: anthonylavado --- .../emby-webcomponents/htmlvideoplayer/plugin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js b/src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js index 45b0ae0d3..19b075b62 100644 --- a/src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js +++ b/src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js @@ -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