mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
add new image params
This commit is contained in:
@@ -374,7 +374,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
item = i.Item1;
|
||||
childCount = i.Item2.Count;
|
||||
}
|
||||
|
||||
|
||||
var dto = _dtoService.GetBaseItemDto(item, fields, user);
|
||||
|
||||
dto.ChildCount = childCount;
|
||||
|
||||
Reference in New Issue
Block a user