Add:Library route quick match all books

This commit is contained in:
advplyr 2022-02-15 16:36:22 -06:00
parent 088969e1fe
commit c953c3dee0
4 changed files with 87 additions and 52 deletions

View file

@ -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)