mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Parental Control not working for TV-14 #7903
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 @patrickli on GitHub (Dec 12, 2025).
Description of the bug
Jellyfin does not show Shows that are marked as rating TV-14, when a user's maximum allowed parental control is set to 14, R15 or RP16/M. Only when set to equal or higher than R16, TV-14 rated TV shows are displayed.
However such shows will show up in "Recently Added Shows" section on the home page when set to R15 or RP16/M. When clicked on them, will show a never ending loading screen.
Looking at the browser developer tools it is trying to load the show details but the server returns 404.
At the same time, when going to the show list view, these shows will be counted towards the total but never displayed. When filter by rating "TV-14" and interesting situation will appear. The list page will show the correct amount of the shows but display none of them.
Reproduction steps
What is the current bug behavior?
No TV shows with rating TV-14 are listed.
What is the expected correct behavior?
Shows with rating TV-14 should appear in listing and playable.
Jellyfin Server version
10.11.4
Specify commit id
No response
Specify unstable release number
No response
Specify version number
10.11.4
Specify the build version
10.11.4
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@theguymadmax commented on GitHub (Dec 15, 2025):
This issue should be mostly fixed in 10.11.5. You'll need to select the next highest rating, R15, for TV-14 content to be visible.
You'll be able to view TV-14 with the "14" option in a future bugfix release (10.11.6).
Edited for corrections and clarity.
@patrickli commented on GitHub (Dec 15, 2025):
Thanks. Do you mean I need to select R15 for TV-14 to show up? Is this before or after the fix?
As I understand the level you select is the max rating for anything to show up. For example, If I choose 14 as the rating then I should see everything up to and including 14. Is that correct?
@theguymadmax commented on GitHub (Jan 19, 2026):
Fixed by #15793 & #15786