mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Parse and update author name on each update
This commit is contained in:
parent
6e8270c5ea
commit
0c1a29adbf
9 changed files with 65 additions and 41 deletions
|
@ -115,6 +115,9 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
async submitForm() {
|
||||
if (this.isProcessing) {
|
||||
return
|
||||
}
|
||||
this.isProcessing = true
|
||||
const updatePayload = {
|
||||
book: this.details,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue