[PR #12686] [MERGED] Allow Playlists access for users with allowed tags configured #13326

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

📋 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: masterHead: allowed-tags-playlist-view


📝 Commits (1)

  • 232f41e Allow 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/12686 **Author:** [@elfalem](https://github.com/elfalem) **Created:** 9/22/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `allowed-tags-playlist-view` --- ### 📝 Commits (1) - [`232f41e`](https://github.com/jellyfin/jellyfin/commit/232f41e91ae9ab56c8d3cfdd19c7e564e13dfc61) Allow Playlists access for users with allowed tags configured ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+1 -1) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:11:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13326