Add:Ebook and supplementary ebook library filters

This commit is contained in:
advplyr 2023-06-10 15:59:44 -05:00
parent a9f5c64204
commit aae92649b1
15 changed files with 56 additions and 5 deletions

View file

@ -188,9 +188,9 @@ export default {
sublist: true
},
{
text: this.$strings.LabelEbook,
value: 'ebook',
sublist: false
text: this.$strings.LabelEbooks,
value: 'ebooks',
sublist: true
},
{
text: this.$strings.LabelAbridged,
@ -341,6 +341,18 @@ export default {
}
]
},
ebooks() {
return [
{
id: 'ebook',
name: this.$strings.LabelHasEbook
},
{
id: 'supplementary',
name: this.$strings.LabelHasSupplementaryEbook
}
]
},
missing() {
return [
{