mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 23:13:06 +03:00
Add dto changes
This commit is contained in:
@@ -41,5 +41,15 @@ namespace Jellyfin.Api.Models.StreamingDtos
|
|||||||
/// Gets or sets the min segments.
|
/// Gets or sets the min segments.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int? MinSegments { get; set; }
|
public int? MinSegments { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the position of the requested segment in ticks.
|
||||||
|
/// </summary>
|
||||||
|
public long CurrentRuntimeTicks { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the actual segment length in ticks.
|
||||||
|
/// </summary>
|
||||||
|
public long ActualSegmentLengthTicks { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user