mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +00:00
Fix: syntax error in LazyBookCard
This commit is contained in:
parent
eb82754d86
commit
c2870d6568
1 changed files with 1 additions and 1 deletions
|
|
@ -779,7 +779,7 @@ export default {
|
|||
} else if (result === 'UPTODATE') {
|
||||
this.$toast.success(this.$strings.ToastRescanUpToDate)
|
||||
} else if (result === 'REMOVED') {
|
||||
this.$toast.error(this.$strings.ToastRescanRemoved
|
||||
this.$toast.error(this.$strings.ToastRescanRemoved)
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue