mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 09:24:56 +02:00
Update watcher scanner to show task notification
This commit is contained in:
parent
bef6549805
commit
d7264f8c22
3 changed files with 53 additions and 8 deletions
|
@ -125,7 +125,7 @@ export default {
|
|||
this.$store
|
||||
.dispatch('libraries/requestLibraryScan', { libraryId: this.library.id, force })
|
||||
.then(() => {
|
||||
this.$toast.success(this.$strings.ToastLibraryScanStarted)
|
||||
// this.$toast.success(this.$strings.ToastLibraryScanStarted)
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('Failed to start scan', error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue