mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-05-30 19:54:55 -04:00
Remove toasts after uploading #3352
This commit is contained in:
parent
7cd8d7f44d
commit
c5ecd35fe9
@ -384,12 +384,6 @@ export default {
|
|||||||
else itemsFailed++
|
else itemsFailed++
|
||||||
this.updateItemCardStatus(item.index, result ? 'success' : 'failed')
|
this.updateItemCardStatus(item.index, result ? 'success' : 'failed')
|
||||||
}
|
}
|
||||||
if (itemsUploaded) {
|
|
||||||
this.$toast.success(`Successfully uploaded ${itemsUploaded} item${itemsUploaded > 1 ? 's' : ''}`)
|
|
||||||
}
|
|
||||||
if (itemsFailed) {
|
|
||||||
this.$toast.success(`Failed to upload ${itemsFailed} item${itemsFailed > 1 ? 's' : ''}`)
|
|
||||||
}
|
|
||||||
this.processing = false
|
this.processing = false
|
||||||
this.uploadFinished = true
|
this.uploadFinished = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user