mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: exclude onDemandRender from webOS 2
reports getVideoPlaybackQuality as functional, but isn't
This commit is contained in:
parent
d352c6958c
commit
5d32eb8058
1 changed files with 2 additions and 1 deletions
|
@ -1281,7 +1281,8 @@ function tryRemoveElement(elem) {
|
||||||
asyncRender: true,
|
asyncRender: true,
|
||||||
// firefox implements offscreen canvas, but not according to spec which causes errors
|
// firefox implements offscreen canvas, but not according to spec which causes errors
|
||||||
offscreenRender: !browser.firefox,
|
offscreenRender: !browser.firefox,
|
||||||
onDemandRender: true,
|
// RVFC is polyfilled everywhere, but webOS 2 reports polyfill API's as functional even tho they aren't
|
||||||
|
onDemandRender: browser.web0sVersion !== 2,
|
||||||
useLocalFonts: true,
|
useLocalFonts: true,
|
||||||
dropAllAnimations: false,
|
dropAllAnimations: false,
|
||||||
libassMemoryLimit: 40,
|
libassMemoryLimit: 40,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue