1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Anthony Lavado
c99f9c6d65 Stacks the condition for Safari support and Chrome support all in to one
This puts the IF condition for detecting Chrome PiP support into the same line as the one that sets it up for Safari. I tested it in both browsers, as well as Firefox. In browsers where PiP is supported, they each respond to their own call and not the other (Safari only responds to the Webkit check, Chrome only responds to the document check). Firefox currently supports neither standard, so there's no issue there.
2019-02-04 03:28:54 -05:00
Anthony Lavado
65581958e1 Enable and fix PiP for Safari
This enables the previously commented out lines that would enable Picture in Picture support for Safari.
Also fixed IF condition to match the Apple developer reccomendation: https://developer.apple.com/documentation/webkitjs/adding_picture_in_picture_to_your_safari_media_controls
2019-02-03 03:34:50 -05:00
hawken
71c2f1f33d remove BOM 2019-01-23 11:33:34 +00:00
Vasily
de6ac33ec1 Unminify using 1.5.323
Repo with tag: https://github.com/MediaBrowser/emby-webcomponents/tree/1.5.323
2019-01-10 15:42:01 +03:00
Erwin de Haan
4678528d00 First separation commit.
Added LICENSE, README.md, CONTRIBUTORS.md
2019-01-09 12:36:54 +01:00
Renamed from dashboard-ui/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js (Browse further)