mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed pagesize
Var name was changed in save but not load
This commit is contained in:
parent
d1c477a76f
commit
a61b36b74c
1 changed files with 1 additions and 1 deletions
|
@ -1141,7 +1141,7 @@
|
|||
getPagingHtml: function (query, totalRecordCount, updatePageSizeSetting, pageSizes, showLimit) {
|
||||
|
||||
if (query.Limit && updatePageSizeSetting !== false) {
|
||||
localStorage.setItem('pagesize', query.Limit);
|
||||
localStorage.setItem('pagesize_', query.Limit);
|
||||
}
|
||||
|
||||
var html = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue