This commit is contained in:
advplyr 2024-07-09 16:09:41 -05:00
parent eb5af47bbf
commit 8c4afa1866

View File

@ -328,7 +328,7 @@ export default {
} }
this.addSubtitlesMenuItem(items) this.addSubtitlesMenuItem(items)
this.addCollpaseSeriesMenuItem(items) this.addCollapseSeriesMenuItem(items)
return items return items
}, },
@ -352,7 +352,7 @@ export default {
} }
} }
}, },
addCollpaseSeriesMenuItem(items) { addCollapseSeriesMenuItem(items) {
if (this.isLibraryPage && this.isBookLibrary && !this.isBatchSelecting) { if (this.isLibraryPage && this.isBookLibrary && !this.isBatchSelecting) {
if (this.settings.collapseSeries) { if (this.settings.collapseSeries) {
items.push({ items.push({