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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:master📝 Commits (1)
25bccdfFix Book/Podcast Search📊 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.