[PR #249] [MERGED] Fix audible match if title or author has special characters #3324

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/249
Author: @mx03
Created: 12/21/2021
Status: Merged
Merged: 12/21/2021
Merged by: @advplyr

Base: masterHead: master


📝 Commits (1)

  • 6fb5352 Fix audible match if title or author has special characters

📊 Changes

1 file changed (+10 additions, -3 deletions)

View changed files

📝 server/providers/Audible.js (+10 -3)

📄 Description

If the audible match contains special characters like german ä ö ü , the response is a bad request (400).

Example: "Wenn du mir gehörst"
https://www.audible.com/pd/Wenn-du-mir-gehoerst-Audiobook/B09MSG8PJ5


🔄 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/249 **Author:** [@mx03](https://github.com/mx03) **Created:** 12/21/2021 **Status:** ✅ Merged **Merged:** 12/21/2021 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6fb5352`](https://github.com/advplyr/audiobookshelf/commit/6fb5352ed58df36effdbbd1f7045b5031ed5314c) Fix audible match if title or author has special characters ### 📊 Changes **1 file changed** (+10 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/providers/Audible.js` (+10 -3) </details> ### 📄 Description If the audible match contains special characters like german ä ö ü , the response is a bad request (400). Example: "Wenn du mir gehörst" https://www.audible.com/pd/Wenn-du-mir-gehoerst-Audiobook/B09MSG8PJ5 --- <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:15:13 +02:00
adam closed this issue 2026-04-25 00:15:13 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3324