diff --git a/client/components/tables/collection/BookTableRow.vue b/client/components/tables/collection/BookTableRow.vue index f1c1a892..7ce31da4 100644 --- a/client/components/tables/collection/BookTableRow.vue +++ b/client/components/tables/collection/BookTableRow.vue @@ -143,7 +143,7 @@ export default { .$patch(`/api/user/audiobook/${this.book.id}`, updatePayload) .then(() => { this.isProcessingReadUpdate = false - this.$toast.success(`"${this.title}" Marked as ${updatePayload.isRead ? 'Read' : 'Not Read'}`) + this.$toast.success(`"${this.bookTitle}" Marked as ${updatePayload.isRead ? 'Read' : 'Not Read'}`) }) .catch((error) => { console.error('Failed', error)