mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 22:57:16 +02:00
Removes download success toast
This commit is contained in:
@@ -56,7 +56,6 @@ export default {
|
|||||||
if (!data.localLibraryItem) {
|
if (!data.localLibraryItem) {
|
||||||
this.$toast.error(this.$strings.MessageItemDownloadCompleteFailedToCreate)
|
this.$toast.error(this.$strings.MessageItemDownloadCompleteFailedToCreate)
|
||||||
} else {
|
} else {
|
||||||
this.$toast.success(`Item "${data.localLibraryItem.media.metadata.title}" download finished`)
|
|
||||||
this.$eventBus.$emit('new-local-library-item', data.localLibraryItem)
|
this.$eventBus.$emit('new-local-library-item', data.localLibraryItem)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user