feat: Expanded filter to include "has no ebook" and "has no supplementary ebooks" options

This commit is contained in:
Teekeks 2024-02-27 18:30:05 +01:00
parent 3a99cc56b7
commit 655bebfec4
4 changed files with 20 additions and 0 deletions

View file

@ -368,9 +368,17 @@ export default {
id: 'ebook',
name: this.$strings.LabelHasEbook
},
{
id: 'no-ebook',
name: this.$strings.LabelMissingEbook
},
{
id: 'supplementary',
name: this.$strings.LabelHasSupplementaryEbook
},
{
id: 'no-supplementary',
name: this.$strings.LabelMissingSupplementaryEbook
}
]
},