mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-27 03:09:43 +02:00
Fix:Library filters when using other language #1166
This commit is contained in:
parent
972271a1a9
commit
4541e9ddc3
4 changed files with 89 additions and 22 deletions
|
@ -180,7 +180,7 @@ class LibraryController {
|
|||
|
||||
// Determining if we are filtering titles by a series, and if so, which series
|
||||
filterSeries = (mediaIsBook && payload.filterBy.startsWith('series.')) ? libraryHelpers.decode(payload.filterBy.replace('series.', '')) : null
|
||||
if (filterSeries === 'No Series') filterSeries = null
|
||||
if (filterSeries === 'no-series') filterSeries = null
|
||||
}
|
||||
|
||||
// Step 2 - If selected, collapse library items by the series they belong to.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue