Update:Remove toast notifications for marking items as finished #1900

This commit is contained in:
advplyr 2023-07-07 17:22:38 -05:00
parent 00a02921dd
commit 7e377297d7
6 changed files with 2 additions and 7 deletions

View file

@ -183,7 +183,6 @@ export default {
.$patch(`/api/me/progress/${this.libraryItemId}/${this.episode.id}`, updatePayload)
.then(() => {
this.isProcessingReadUpdate = false
this.$toast.success(updatePayload.isFinished ? this.$strings.ToastItemMarkedAsFinishedSuccess : this.$strings.ToastItemMarkedAsNotFinishedSuccess)
})
.catch((error) => {
console.error('Failed', error)