mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +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
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
const author = await this.authorRequest(closestMatch.asin)
|
const author = await this.authorRequest(closestMatch.asin, region)
|
||||||
if (!author) {
|
if (!author) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user