mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #9103] Fix pre-existing chapter images not being deleted #11978
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9103
State: closed
Merged: Yes
Changes
Change
ChapterImagesTaskto query for videos with and without pre-existing chapter images, rather than just those without them. This makes sure that videos with pre-existing chapter images are sent downstream where they will be deleted if the client has disabled the "Enable chapter image extraction" setting in the dashboard.Issues
Fixes #9102