Add:Ebook library filter, and update e-book to ebook

This commit is contained in:
advplyr 2023-05-30 16:37:24 -05:00
parent c382f07b05
commit 4d8a1b5b6d
16 changed files with 64 additions and 45 deletions

View file

@ -185,6 +185,11 @@ export default {
value: 'tracks',
sublist: true
},
{
text: this.$strings.LabelEbook,
value: 'ebook',
sublist: false
},
{
text: this.$strings.LabelAbridged,
value: 'abridged',