diff --git a/server/providers/Audnexus.js b/server/providers/Audnexus.js index 60762ede..4f11a2a3 100644 --- a/server/providers/Audnexus.js +++ b/server/providers/Audnexus.js @@ -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 }