mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 18:01:42 +00:00
fix: complete large-library browse follow-up paths
This commit is contained in:
parent
26bb34a9ee
commit
8f969b1235
6 changed files with 259 additions and 53 deletions
|
|
@ -646,6 +646,7 @@ class LibraryController {
|
|||
if (filterByGroup === 'series' && filterByValue !== 'no-series' && payload.collapseseries) {
|
||||
const seriesId = libraryFilters.decode(payload.filterBy.split('.')[1])
|
||||
payload.sortBy = libraryItemsBookFilters.getCollapsedSeriesBrowseSort(payload.sortBy)
|
||||
payload.browseProfile = browseProfile
|
||||
const collapsedSeriesWindow = {
|
||||
limit: Number(payload.limit) || 0,
|
||||
offset: Number(payload.offset) || 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue