mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-09 12:12:43 +02:00
Parse and update author name on each update
This commit is contained in:
@@ -115,6 +115,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async submitForm() {
|
||||
if (this.isProcessing) {
|
||||
return
|
||||
}
|
||||
this.isProcessing = true
|
||||
const updatePayload = {
|
||||
book: this.details,
|
||||
|
||||
Reference in New Issue
Block a user