[PR #1680] [MERGED] Use region for author queries #3598

Closed
opened 2026-04-25 00:16:18 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1680
Author: @lukeIam
Created: 4/16/2023
Status: Merged
Merged: 4/16/2023
Merged by: @advplyr

Base: masterHead: region_authors


📝 Commits (2)

  • a3e63e0 Use region for author queries
  • e271e89 Author API requests to use region from library provider

📊 Changes

6 files changed (+59 additions, -23 deletions)

View changed files

📝 client/components/app/BookShelfToolbar.vue (+8 -1)
📝 client/components/cards/AuthorCard.vue (+11 -0)
📝 client/components/modals/authors/EditModal.vue (+11 -0)
📝 server/controllers/AuthorController.js (+7 -6)
📝 server/finders/AuthorFinder.js (+4 -4)
📝 server/providers/Audnexus.js (+18 -12)

📄 Description

as this should be supported now by audnex.us
https://github.com/laxamentumtech/audnexus/issues/609#event-9015163203


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/1680 **Author:** [@lukeIam](https://github.com/lukeIam) **Created:** 4/16/2023 **Status:** ✅ Merged **Merged:** 4/16/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `region_authors` --- ### 📝 Commits (2) - [`a3e63e0`](https://github.com/advplyr/audiobookshelf/commit/a3e63e03d2d9ff1f1b11a23f802d9b7667bfcf87) Use region for author queries - [`e271e89`](https://github.com/advplyr/audiobookshelf/commit/e271e89835b413834da5c5231e0d36cfa9d4216c) Author API requests to use region from library provider ### 📊 Changes **6 files changed** (+59 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/BookShelfToolbar.vue` (+8 -1) 📝 `client/components/cards/AuthorCard.vue` (+11 -0) 📝 `client/components/modals/authors/EditModal.vue` (+11 -0) 📝 `server/controllers/AuthorController.js` (+7 -6) 📝 `server/finders/AuthorFinder.js` (+4 -4) 📝 `server/providers/Audnexus.js` (+18 -12) </details> ### 📄 Description as this should be supported now by audnex.us https://github.com/laxamentumtech/audnexus/issues/609#event-9015163203 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:16:18 +02:00
adam closed this issue 2026-04-25 00:16:18 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3598