mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use logical OR ( || )
This commit is contained in:
parent
c61df2eb92
commit
8725edb9e4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export const getFieldsQuery = (
|
|||
|
||||
export const getLimitQuery = () => {
|
||||
return {
|
||||
limit: userSettings.libraryPageSize(undefined) ?? undefined
|
||||
limit: userSettings.libraryPageSize(undefined) || undefined
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue