[PR #2659] [MERGED] Fix dup author addition logic #3764

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2659
Author: @mikiher
Created: 2/25/2024
Status: Merged
Merged: 2/25/2024
Merged by: @advplyr

Base: masterHead: quick-match-dup-authors


📝 Commits (1)

  • e6735e0 Fix dup author addition logic

📊 Changes

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

View changed files

📝 server/models/LibraryItem.js (+3 -2)

📄 Description

Fixes #2650 (see details there).

The fix is very simple: just make sure there are no dups in updatedAuthors before creating bookAuthor db entries.


🔄 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/2659 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 2/25/2024 **Status:** ✅ Merged **Merged:** 2/25/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `quick-match-dup-authors` --- ### 📝 Commits (1) - [`e6735e0`](https://github.com/advplyr/audiobookshelf/commit/e6735e042e8f61559cf35992d50cecbee7b30aee) Fix dup author addition logic ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `server/models/LibraryItem.js` (+3 -2) </details> ### 📄 Description Fixes #2650 (see details there). The fix is very simple: just make sure there are no dups in updatedAuthors before creating bookAuthor db entries. --- <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:58 +02:00
adam closed this issue 2026-04-25 00:16:58 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3764