mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Attempting to delete a single 'extras' file deletes all extras in that folder (and the folder) #6589
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?
Originally created by @TimF0 on GitHub (Dec 18, 2024).
Describe The Bug
Deleting a single 'extras' file via the web interface appears to delete all 'extras' file
Steps To Reproduce
Expected Behavior
Where multiple extras files exist in the extras directory, deleting a single file to delete should only delete that file and leave the others unchanged
Logs
n/a
Screenshots






System (please complete the following information):
Additional Context
@theguymadmax commented on GitHub (Dec 18, 2024):
I just tested this, and I can confirm that deleting an extra deletes the entire folder, not just the extra file.
@tkloy24 commented on GitHub (Feb 6, 2025):
I can also reproduce this.
What I assume so far: The reason seems to be that IsInMixedFolder is always false for Extras. Therefore the LibraryManager.DeleteItem will delete the whole folder instead of just the selected Extra.
@TimF0 commented on GitHub (Mar 21, 2025):
Still an issue on 10.10.6
@TimF0 commented on GitHub (Apr 16, 2025):
Can this possibly be moved back to pending (or another suitable status), as this seems to have been worked on, the revised code failed testing, and it's just been left as "in progress" for two months
@theguymadmax commented on GitHub (May 6, 2025):
Fixed by #13536