Fix: syntax error in LazyBookCard

This commit is contained in:
Nicholas Wallace 2024-08-18 18:07:38 -07:00
parent eb82754d86
commit c2870d6568

View file

@ -779,7 +779,7 @@ export default {
} else if (result === 'UPTODATE') { } else if (result === 'UPTODATE') {
this.$toast.success(this.$strings.ToastRescanUpToDate) this.$toast.success(this.$strings.ToastRescanUpToDate)
} else if (result === 'REMOVED') { } else if (result === 'REMOVED') {
this.$toast.error(this.$strings.ToastRescanRemoved this.$toast.error(this.$strings.ToastRescanRemoved)
} }
}) })
.catch((error) => { .catch((error) => {