Fix match tab local storage book provider being updated by podcast matching #4615

This commit is contained in:
advplyr 2025-08-22 08:35:11 -05:00
parent deb121c523
commit 2f6de71a3a

View File

@ -400,7 +400,9 @@ export default {
this.$toast.warning(this.$strings.ToastTitleRequired)
return
}
this.persistProvider()
if (!this.isPodcast) {
this.persistProvider()
}
this.runSearch()
},
async runSearch() {