[PR #124] [MERGED] Fix Book/Podcast Search #1384

Closed
opened 2026-04-24 23:58:05 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/124
Author: @benonymity
Created: 4/19/2022
Status: Merged
Merged: 4/19/2022
Merged by: @advplyr

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 pages/search.vue (+4 -4)

📄 Description

Book and podcast IDs are nested inside the libraryItem returned by the API. The search feature was broken for books and podcasts as it tried to reference an undefined ID, this just fixes the ID grabbing from the returned results.


🔄 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-app/pull/124 **Author:** [@benonymity](https://github.com/benonymity) **Created:** 4/19/2022 **Status:** ✅ Merged **Merged:** 4/19/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`25bccdf`](https://github.com/advplyr/audiobookshelf-app/commit/25bccdfce6419d2d16aed22423eab23ad0d98be0) Fix Book/Podcast Search ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pages/search.vue` (+4 -4) </details> ### 📄 Description Book and podcast IDs are nested inside the libraryItem returned by the API. The search feature was broken for books and podcasts as it tried to reference an undefined ID, this just fixes the ID grabbing from the returned results. --- <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-24 23:58:05 +02:00
adam closed this issue 2026-04-24 23:58:06 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1384