Fix:Library filters when using other language #1166

This commit is contained in:
advplyr 2022-11-27 17:54:40 -06:00
parent 972271a1a9
commit 4541e9ddc3
4 changed files with 89 additions and 22 deletions

View file

@ -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.