mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channel db
This commit is contained in:
parent
9969385a5e
commit
dd85036ef5
2 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@
|
|||
|
||||
var maxPageSize = features.MaxPageSize;
|
||||
|
||||
var query = getQuery();
|
||||
if (maxPageSize) {
|
||||
query.Limit = Math.min(maxPageSize, query.Limit || maxPageSize);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue