mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-20 18:59:37 +00:00
Client: Use new server providers API
This commit is contained in:
parent
1da3ab7fdc
commit
ce4ff4f894
10 changed files with 90 additions and 124 deletions
|
|
@ -247,7 +247,8 @@ export default {
|
|||
return this.$store.state.serverSettings
|
||||
},
|
||||
providers() {
|
||||
return this.$store.state.scanners.providers
|
||||
// Use book cover providers for the cover provider dropdown
|
||||
return this.$store.state.scanners.bookCoverProviders || []
|
||||
},
|
||||
dateFormats() {
|
||||
return this.$store.state.globals.dateFormats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue