mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update playlist content
This commit is contained in:
parent
a511a2fa84
commit
d08286c538
24 changed files with 1115 additions and 156 deletions
|
@ -148,7 +148,7 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
|
|||
features.push('fullscreen');
|
||||
}
|
||||
|
||||
if (!browser.slow) {
|
||||
if (browser.chrome || (browser.safari && !browser.mobile)) {
|
||||
features.push('imageanalysis');
|
||||
}
|
||||
|
||||
|
@ -211,7 +211,7 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
|
|||
});
|
||||
},
|
||||
capabilities: getCapabilities,
|
||||
|
||||
preferVisualCards: browser.android || browser.chrome,
|
||||
moreIcon: browser.safari || browser.edge ? 'dots-horiz' : 'dots-vert'
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue