Removes download success toast

This commit is contained in:
Tony Edwards 2023-12-08 07:25:51 +00:00
parent 9a32396daa
commit 89938ab120

View file

@ -56,7 +56,6 @@ export default {
if (!data.localLibraryItem) {
this.$toast.error(this.$strings.MessageItemDownloadCompleteFailedToCreate)
} else {
this.$toast.success(`Item "${data.localLibraryItem.media.metadata.title}" download finished`)
this.$eventBus.$emit('new-local-library-item', data.localLibraryItem)
}