[PR #3152] [MERGED] Fix OPF fetchSeries so it deduplicates found series #3883

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3152
Author: @mikiher
Created: 7/12/2024
Status: Merged
Merged: 7/12/2024
Merged by: @advplyr

Base: masterHead: fix-opf-fetch-series


📝 Commits (1)

  • c0004dd Fix fetchSeries so it deduplicates returned series

📊 Changes

1 file changed (+18 additions, -14 deletions)

View changed files

📝 server/utils/parsers/parseOpfMetadata.js (+18 -14)

📄 Description

This fixes #3123.

The fix just deduplicates the series extracted from the epub's OPF (that's the only real change - all others are due to formatting being applied).


🔄 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/3152 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 7/12/2024 **Status:** ✅ Merged **Merged:** 7/12/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `fix-opf-fetch-series` --- ### 📝 Commits (1) - [`c0004dd`](https://github.com/advplyr/audiobookshelf/commit/c0004dd5324026339f8eb12d06a3ad9fc5626c48) Fix fetchSeries so it deduplicates returned series ### 📊 Changes **1 file changed** (+18 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/parsers/parseOpfMetadata.js` (+18 -14) </details> ### 📄 Description This fixes #3123. The fix just deduplicates the series extracted from the epub's OPF (that's the only real change - all others are due to formatting being applied). --- <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:17:26 +02:00
adam closed this issue 2026-04-25 00:17:26 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3883