Remove unnecessary playlist toasts

This commit is contained in:
advplyr 2024-12-31 17:15:11 -06:00
parent 777c59458d
commit 25b7f005c6
2 changed files with 0 additions and 4 deletions

View file

@ -218,7 +218,6 @@ export default {
this.$toast.success(this.$strings.ToastPlaylistRemoveSuccess)
} else {
console.log(`Item removed from playlist`, updatedPlaylist)
this.$toast.success(this.$strings.ToastPlaylistUpdateSuccess)
}
})
.catch((error) => {