mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
3.0.5518.3
This commit is contained in:
@@ -128,6 +128,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
|
||||
SetItemByNameInfo(item, dto, libraryItems.ToList(), user);
|
||||
|
||||
FillSyncInfo(dto, item, options);
|
||||
return dto;
|
||||
}
|
||||
|
||||
@@ -307,6 +308,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
var dto = GetBaseItemDtoInternal(item, options, user);
|
||||
|
||||
SetItemByNameInfo(item, dto, taggedItems, user);
|
||||
FillSyncInfo(dto, item, options);
|
||||
|
||||
return dto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user