mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: user can remove media from collection even if thats prohibited #4247
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 @Karmylr on GitHub (Oct 5, 2022).
Please describe your bug
I have chosen to prevent media from being removed from the collection, but still can remove
Jellyfin Version
Other
if other:
10.8.5
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@neilsb commented on GitHub (Oct 26, 2022):
The user settings for "Allow media deletion from" is specifically to prevent users from deleting media from the disk. I don't believe collections should really appear in this list, as the settings related to the library in which the media exists will control whether it can be deleted or not.
However, this setting is not intended to allow you to control whether users can add or remove items to the collection. There is a existing feature request for permissions on collections which should be followed for progress on what you are describing.