mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
adressing pr comments
This commit is contained in:
parent
1d631540ac
commit
ba003e06ef
@ -228,7 +228,7 @@ namespace MediaBrowser.Api.UserLibrary
|
|||||||
request.IncludeItemTypes = "Playlist";
|
request.IncludeItemTypes = "Playlist";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!user.Policy.EnableAllFolders && !user.Policy.EnabledFolders.Any(i => new Guid(i).Equals(item.Id)))
|
if (!user.Policy.EnableAllFolders && !user.Policy.EnabledFolders.Any(i => new Guid(i) == item.Id))
|
||||||
{
|
{
|
||||||
Logger.LogWarning($"{user.Name} is not permitted to access Library {item.Name}.");
|
Logger.LogWarning($"{user.Name} is not permitted to access Library {item.Name}.");
|
||||||
return new QueryResult<BaseItem>
|
return new QueryResult<BaseItem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user