[PR #12700] [MERGED] Ensure user's own playlists are accessible regardless of allowed tags #13336

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12700
Author: @elfalem
Created: 9/24/2024
Status: Merged
Merged: 9/26/2024
Merged by: @crobibero

Base: masterHead: allowed-tags-private-playlist


📝 Commits (2)

  • dafd186 Ensure user's own playlists are accessible regardless of allowed tags
  • 8499be2 Update SqliteItemRepository.cs - incorporate review suggestion

📊 Changes

1 file changed (+14 additions, -0 deletions)

View changed files

📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+14 -0)

📄 Description

The current logic for querying items with allowed tags prevents even the user that created the playlist from seeing it.

Changes
In addition to allowed tags, expand the where clause to include playlists owned by the current user.

Issues
Fixes #12699


🔄 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/12700 **Author:** [@elfalem](https://github.com/elfalem) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/26/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `allowed-tags-private-playlist` --- ### 📝 Commits (2) - [`dafd186`](https://github.com/jellyfin/jellyfin/commit/dafd1864104afe8d9bb8f20cf8bf40931a0417f1) Ensure user's own playlists are accessible regardless of allowed tags - [`8499be2`](https://github.com/jellyfin/jellyfin/commit/8499be23ccfbe1b7eed6768d3ea634a6eed05217) Update SqliteItemRepository.cs - incorporate review suggestion ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+14 -0) </details> ### 📄 Description The current logic for querying items with allowed tags prevents even the user that created the playlist from seeing it. **Changes** In addition to allowed tags, expand the where clause to include playlists owned by the current user. **Issues** Fixes #12699 --- <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:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13336