mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-24 14:37:14 -04:00
Fix get podcast library items endpoint when not including a limit query param #4014
This commit is contained in:
parent
565eb423ee
commit
7919a8b581
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module.exports = {
|
|||
countCache.set(cacheKey, count)
|
||||
}
|
||||
|
||||
findOptions.limit = limit
|
||||
findOptions.limit = limit || null
|
||||
findOptions.offset = offset
|
||||
|
||||
const rows = await model.findAll(findOptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue