mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
add image saver logging
This commit is contained in:
@@ -165,7 +165,8 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
{
|
||||
var folder = (Folder)item;
|
||||
|
||||
dto.ChildCount = folder.GetChildren(user, true).Count();
|
||||
dto.ChildCount = folder.GetChildren(user, true)
|
||||
.Count();
|
||||
|
||||
if (!(folder is UserRootFolder))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user