mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 09:51:37 +00:00
Enable audible scrape of personal user account to list preorders
This commit is contained in:
parent
3ccdcaec1a
commit
792210d8cd
16 changed files with 1316 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ export default {
|
|||
else if (pageName === 'rss-feeds') return this.$strings.HeaderRSSFeeds
|
||||
else if (pageName === 'email') return this.$strings.HeaderEmail
|
||||
else if (pageName === 'authentication') return this.$strings.HeaderAuthentication
|
||||
else if (pageName === 'audible') return 'Audible'
|
||||
}
|
||||
return this.$strings.HeaderSettings
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue