mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-31 15:19:34 +02:00
Removes download success toast
This commit is contained in:
parent
9a32396daa
commit
89938ab120
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue