mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 19:54:48 +03:00
Trickplay generation, manager, storage
This commit is contained in:
@@ -1058,6 +1058,11 @@ namespace Emby.Server.Implementations.Dto
|
||||
dto.Chapters = _itemRepo.GetChapters(item);
|
||||
}
|
||||
|
||||
if (options.ContainsField(ItemFields.Trickplay))
|
||||
{
|
||||
dto.Trickplay = _itemRepo.GetTrickplayManifest(item);
|
||||
}
|
||||
|
||||
if (video.ExtraType.HasValue)
|
||||
{
|
||||
dto.ExtraType = video.ExtraType.Value.ToString();
|
||||
|
||||
Reference in New Issue
Block a user