1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update queries

This commit is contained in:
Luke Pulverenti 2015-11-16 17:03:11 -05:00
parent 4bdee6decf
commit 64e22073e0
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
function loadUpcoming(page) {
Dashboard.showLoadingMsg();
var limit = AppInfo.hasLowImageBandwidth ?
var limit = AppInfo.hasLowImageBandwidth && !enableScrollX() ?
24 :
40;