mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Allow Playlists access for users with allowed tags configured (#12686)
This commit is contained in:
@@ -1608,7 +1608,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
|
||||
var parent = GetParents().FirstOrDefault() ?? this;
|
||||
if (parent is UserRootFolder or AggregateFolder)
|
||||
if (parent is UserRootFolder or AggregateFolder or UserView)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user