[PR #1398] [MERGED] Don't list book twice in continue series #3534

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

📋 Pull Request Information

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

Base: masterHead: dont-list-book-twice


📝 Commits (1)

  • aaede27 Don't list book twice in continue series

📊 Changes

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

View changed files

📝 server/utils/libraryHelpers.js (+6 -4)

📄 Description

Sometimes, a book belongs to more than one series. If you listen to and finish such a book, Audiobookshelf will list the next book in “Continue Series” twice, right next to each other. That is not helpful.

This patch fixes the problem by not adding books to the list if they are already in the list.


🔄 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/1398 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 1/13/2023 **Status:** ✅ Merged **Merged:** 1/13/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `dont-list-book-twice` --- ### 📝 Commits (1) - [`aaede27`](https://github.com/advplyr/audiobookshelf/commit/aaede2752c823ed5a19759ccdfe2888de59a737d) Don't list book twice in continue series ### 📊 Changes **1 file changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/libraryHelpers.js` (+6 -4) </details> ### 📄 Description Sometimes, a book belongs to more than one series. If you listen to and finish such a book, Audiobookshelf will list the next book in “Continue Series” twice, right next to each other. That is not helpful. This patch fixes the problem by not adding books to the list if they are already in the list. --- <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:02 +02:00
adam closed this issue 2026-04-25 00:16:02 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3534