mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12700] [MERGED] Ensure user's own playlists are accessible regardless of allowed tags #13336
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/12700
Author: @elfalem
Created: 9/24/2024
Status: ✅ Merged
Merged: 9/26/2024
Merged by: @crobibero
Base:
master← Head:allowed-tags-private-playlist📝 Commits (2)
dafd186Ensure user's own playlists are accessible regardless of allowed tags8499be2Update 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.