[PR #1388] [MERGED] Show next book only if previous book is finished #3532

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1388
Author: @lkiesow
Created: 1/10/2023
Status: Merged
Merged: 1/10/2023
Merged by: @advplyr

Base: masterHead: continue-listening


📝 Commits (1)

  • 02c4b21 Show next book only if previous book is finished

📊 Changes

1 file changed (+11 additions, -2 deletions)

View changed files

📝 server/utils/libraryHelpers.js (+11 -2)

📄 Description

This patch changes the books displayed in “Continue Series”, avoiding books if another book from the series is played back right now. This prevents Audiobookshelf suggesting books to which users will not listen to because they are still listening to the last one.

Once a book is finished, the next book in the series will pop still be suggested to the user.

This fixes #1382


🔄 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/1388 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 1/10/2023 **Status:** ✅ Merged **Merged:** 1/10/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `continue-listening` --- ### 📝 Commits (1) - [`02c4b21`](https://github.com/advplyr/audiobookshelf/commit/02c4b21d3fd3813e2c181e12b49e2a3d572b343f) Show next book only if previous book is finished ### 📊 Changes **1 file changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/libraryHelpers.js` (+11 -2) </details> ### 📄 Description This patch changes the books displayed in “Continue Series”, avoiding books if another book from the series is played back right now. This prevents Audiobookshelf suggesting books to which users will not listen to because they are still listening to the last one. Once a book is finished, the next book in the series will pop still be suggested to the user. This fixes #1382 --- <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:01 +02:00
adam closed this issue 2026-04-25 00:16:01 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3532