mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-06 20:09: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
|
|
@ -74,7 +74,7 @@ export default {
|
|||
},
|
||||
providers() {
|
||||
if (this.mediaType === 'podcast') return this.$store.state.scanners.podcastProviders
|
||||
return this.$store.state.scanners.providers
|
||||
return this.$store.state.scanners.bookProviders
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue