mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Add:Ebook library filter, and update e-book to ebook
This commit is contained in:
parent
c382f07b05
commit
4d8a1b5b6d
16 changed files with 64 additions and 45 deletions
|
@ -185,6 +185,11 @@ export default {
|
|||
value: 'tracks',
|
||||
sublist: true
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelEbook,
|
||||
value: 'ebook',
|
||||
sublist: false
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelAbridged,
|
||||
value: 'abridged',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue