[PR #14984] [MERGED] Remove chapters on file change #14210

Closed
opened 2026-02-07 07:26:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14984
Author: @Shadowghost
Created: 10/12/2025
Status: Merged
Merged: 10/13/2025
Merged by: @crobibero

Base: masterHead: fix-chapter-image-deletion


📝 Commits (2)

📊 Changes

5 files changed (+27 additions, -25 deletions)

View changed files

📝 Emby.Server.Implementations/Chapters/ChapterManager.cs (+2 -17)
📝 Emby.Server.Implementations/Library/ExternalDataManager.cs (+6 -0)
📝 Jellyfin.Server.Implementations/Item/ChapterRepository.cs (+9 -4)
📝 MediaBrowser.Controller/Chapters/IChapterManager.cs (+5 -3)
📝 MediaBrowser.Controller/Persistence/IChapterRepository.cs (+5 -1)

📄 Description

Changes*

  • Remove chapters from database on file change
  • Chapter images were already deleted before via GetExtractedDataPaths

Issues
Fixes #14983


🔄 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/jellyfin/jellyfin/pull/14984 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 10/12/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-chapter-image-deletion` --- ### 📝 Commits (2) - [`197def0`](https://github.com/jellyfin/jellyfin/commit/197def047ffeaf43699e494cf704a421482afb34) Remove chapter images on file change - [`f704498`](https://github.com/jellyfin/jellyfin/commit/f7044983479ed8429313e4616dfe6726368c4446) Fix naming ### 📊 Changes **5 files changed** (+27 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Chapters/ChapterManager.cs` (+2 -17) 📝 `Emby.Server.Implementations/Library/ExternalDataManager.cs` (+6 -0) 📝 `Jellyfin.Server.Implementations/Item/ChapterRepository.cs` (+9 -4) 📝 `MediaBrowser.Controller/Chapters/IChapterManager.cs` (+5 -3) 📝 `MediaBrowser.Controller/Persistence/IChapterRepository.cs` (+5 -1) </details> ### 📄 Description **Changes*** * Remove chapters from database on file change * Chapter images were already deleted before via `GetExtractedDataPaths` **Issues** Fixes #14983 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:26:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14210