[PR #11377] fix: don't apply whitelist tags to libraries #12871

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11377

State: closed
Merged: Yes


Changes

The way the whitelist tag currently works is weird. It requires the entire library to have that tag to be shown, and if the library has the tag, all items inside it inherit that tag, making all items visible. This change aims to make it more sensible by allowing the whitelist to work on a per-item basis, ensuring that the allowed libraries are always shown and the whitelist tag only applies to the items inside the library, not the library itself.

Issues

Fixes #11375

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/11377 **State:** closed **Merged:** Yes --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> The way the whitelist tag currently works is weird. It requires the entire library to have that tag to be shown, and if the library has the tag, all items inside it inherit that tag, making all items visible. This change aims to make it more sensible by allowing the whitelist to work on a per-item basis, ensuring that the allowed libraries are always shown and the whitelist tag only applies to the items inside the library, not the library itself. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #11375
OVERLORD added the pull-request label 2026-02-07 07:03:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12871