mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-23 20:34:40 +02:00
Add:Library route quick match all books
This commit is contained in:
parent
088969e1fe
commit
c953c3dee0
4 changed files with 87 additions and 52 deletions
|
@ -181,8 +181,8 @@ export default {
|
|||
this.quickMatching = true
|
||||
var matchOptions = {
|
||||
provider: this.libraryProvider,
|
||||
title: details.title,
|
||||
author: details.author !== this.book.author ? details.author : null
|
||||
title: this.details.title,
|
||||
author: this.details.author !== this.book.author ? this.details.author : null
|
||||
}
|
||||
this.$axios
|
||||
.$post(`/api/books/${this.audiobookId}/match`, matchOptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue