mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-04 06:04:25 -04:00
Allow Playlists access for users with allowed tags configured (#12686)
This commit is contained in:
parent
5d5afe10e8
commit
9ec85a0f18
@ -191,6 +191,7 @@
|
|||||||
- [pret0rian8](https://github.com/pret0rian)
|
- [pret0rian8](https://github.com/pret0rian)
|
||||||
- [jaina heartles](https://github.com/heartles)
|
- [jaina heartles](https://github.com/heartles)
|
||||||
- [oxixes](https://github.com/oxixes)
|
- [oxixes](https://github.com/oxixes)
|
||||||
|
- [elfalem](https://github.com/elfalem)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
|
@ -1608,7 +1608,7 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
}
|
}
|
||||||
|
|
||||||
var parent = GetParents().FirstOrDefault() ?? this;
|
var parent = GetParents().FirstOrDefault() ?? this;
|
||||||
if (parent is UserRootFolder or AggregateFolder)
|
if (parent is UserRootFolder or AggregateFolder or UserView)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user