Merge pull request #2677 from Teekeks/enhance-ebook-filter

feat: Expanded filter to include "has no ebook" and "has no supplementary ebooks" options
This commit is contained in:
advplyr 2024-02-29 14:00:50 -06:00 committed by GitHub
commit c93c863d82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 56 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
}
]
},