mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
pass requested fields to data layer
This commit is contained in:
parent
e97f59a691
commit
81788655e9
5 changed files with 8 additions and 34 deletions
|
@ -148,16 +148,8 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
|
|||
features.push('fullscreen');
|
||||
}
|
||||
|
||||
if (!browser.mobile) {
|
||||
if (browser.safari) {
|
||||
|
||||
if (browser.versionMajor && browser.versionMajor >= 10) {
|
||||
features.push('imageanalysis');
|
||||
}
|
||||
|
||||
} else {
|
||||
features.push('imageanalysis');
|
||||
}
|
||||
if (!browser.slow) {
|
||||
features.push('imageanalysis');
|
||||
}
|
||||
|
||||
return features;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue