mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video osd
This commit is contained in:
parent
1e3bc96dab
commit
9732babd25
16 changed files with 84 additions and 42 deletions
|
@ -1145,7 +1145,7 @@ define(['browser', 'pluginManager', 'events', 'apphost', 'loading', 'playbackMan
|
|||
|
||||
function createMediaElement(options) {
|
||||
|
||||
if (browser.operaTv || browser.web0s || browser.ps4) {
|
||||
if (browser.tv || browser.noAnimation) {
|
||||
// too slow
|
||||
options.backdropUrl = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue