mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Fix:Use region for author search by name #3470
This commit is contained in:
parent
1b1b71a9b6
commit
fefc16bd13
@ -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…
Reference in New Issue
Block a user