Fix listener for audiobook updates in edit modal, add remove cover button

This commit is contained in:
advplyr 2021-08-25 19:15:00 -05:00
parent cb40e063da
commit 1dc01615dd
9 changed files with 96 additions and 51 deletions

View file

@ -130,7 +130,6 @@ export default {
})
this.isProcessing = false
if (updatedAudiobook) {
console.log('Update Successful', updatedAudiobook)
this.$toast.success('Update Successful')
this.$emit('close')
}