mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01:00
Fix typo
This commit is contained in:
parent
eb5af47bbf
commit
8c4afa1866
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user