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

@ -750,7 +750,7 @@ export default {
this.$toast.success(this.$getString('ToastSendEbookToDeviceSuccess', [deviceName]))
})
.catch((error) => {
console.error('Failed to send e-book to device', error)
console.error('Failed to send ebook to device', error)
this.$toast.error(this.$strings.ToastSendEbookToDeviceFailed)
})
.finally(() => {

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',