mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 18:24:46 +02:00
Update:Changing author name to match another authors name will merge the authors #487
This commit is contained in:
parent
217bbb4a8e
commit
6cbfd8679b
3 changed files with 61 additions and 22 deletions
|
@ -116,6 +116,9 @@ export default {
|
|||
if (result.updated) {
|
||||
this.$toast.success('Author updated')
|
||||
this.show = false
|
||||
} else if (result.merged) {
|
||||
this.$toast.success('Author merged')
|
||||
this.show = false
|
||||
} else this.$toast.info('No updates were needed')
|
||||
}
|
||||
this.processing = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue