mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12686] [MERGED] Allow Playlists access for users with allowed tags configured #13326
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/12686
Author: @elfalem
Created: 9/22/2024
Status: ✅ Merged
Merged: 9/23/2024
Merged by: @crobibero
Base:
master← Head:allowed-tags-playlist-view📝 Commits (1)
232f41eAllow Playlists access for users with allowed tags configured📊 Changes
2 files changed (+2 additions, -1 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+1 -1)📄 Description
The current logic prevents "Playlists" user view from being accessed by a user with allowed tags. It tries to check if the view has the tag and fails as a result.
Changes
Avoids checking allowed tags on UserView items.
Issues
Fixes #12685
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.