mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 17:24:57 +02:00
Fix:Use region for author search by name #3470
This commit is contained in:
parent
1b1b71a9b6
commit
fefc16bd13
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class Audnexus {
|
|||
return null
|
||||
}
|
||||
|
||||
const author = await this.authorRequest(closestMatch.asin)
|
||||
const author = await this.authorRequest(closestMatch.asin, region)
|
||||
if (!author) {
|
||||
return null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue