mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update people queries
This commit is contained in:
parent
99768ecffe
commit
17a0f1578d
22 changed files with 215 additions and 123 deletions
|
@ -85,9 +85,9 @@
|
|||
// If less than 200, this happens on the home page
|
||||
// Need to fix those before this can be set to 0
|
||||
|
||||
if (window.AppInfo && AppInfo.isNativeApp && $.browser.safari) {
|
||||
return 7000;
|
||||
}
|
||||
//if (window.AppInfo && AppInfo.isNativeApp && $.browser.safari) {
|
||||
// return 7000;
|
||||
//}
|
||||
|
||||
var screens = $.browser.mobile ? 2.5 : 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue