[PR #4275] [CLOSED] Add missing series sequence to “Get a Library's Series” response #4206

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4275
Author: @lcharlick
Created: 5/10/2025
Status: Closed

Base: masterHead: add-missing-series-sequence


📝 Commits (1)

  • 453e881 Add missing sequence to series response

📊 Changes

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

View changed files

📝 server/utils/queries/seriesFilters.js (+1 -0)

📄 Description

Brief summary

Adds a sequence value to each library item returned from the /libraries/:id/series endpoint.

Which issue is fixed?

N/A

In-depth Description

Not sure if this is intended or if the docs are just out of date, but the docs do indicate that books within a Book Series object should have a sequence tacked on. This PR adds that.

How have you tested this?

Fairly minimal, but the change is low impact.

Screenshots

N/A


🔄 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/4275 **Author:** [@lcharlick](https://github.com/lcharlick) **Created:** 5/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-missing-series-sequence` --- ### 📝 Commits (1) - [`453e881`](https://github.com/advplyr/audiobookshelf/commit/453e881336064b670c3ad962d8c22f278c7ceb5e) Add missing `sequence` to series response ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/queries/seriesFilters.js` (+1 -0) </details> ### 📄 Description ## Brief summary Adds a `sequence` value to each library item returned from the /libraries/:id/series endpoint. ## Which issue is fixed? N/A ## In-depth Description Not sure if this is intended or if the docs are just out of date, but the docs do indicate that books within a Book Series object should have a sequence tacked on. This PR adds that. ## How have you tested this? Fairly minimal, but the change is low impact. ## Screenshots N/A --- <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:18:46 +02:00
adam closed this issue 2026-04-25 00:18:46 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4206