Update providers users to fetch providers on demand

This commit is contained in:
mikiher 2025-10-19 18:57:27 +03:00
parent 166e0442a0
commit 538a5065a4
7 changed files with 52 additions and 20 deletions

View file

@ -104,7 +104,6 @@ export default {
},
data() {
return {
provider: null,
useSquareBookCovers: false,
enableWatcher: false,
skipMatchingMediaWithAsin: false,
@ -134,10 +133,6 @@ export default {
isPodcastLibrary() {
return this.mediaType === 'podcast'
},
providers() {
if (this.mediaType === 'podcast') return this.$store.state.scanners.podcastProviders
return this.$store.state.scanners.bookProviders
},
maskAsFinishedWhenItems() {
return [
{