Explorar o código

Add dto changes

cvium %!s(int64=3) %!d(string=hai) anos
pai
achega
d995f0e092
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs

+ 10 - 0
Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs

@@ -41,5 +41,15 @@ namespace Jellyfin.Api.Models.StreamingDtos
         /// Gets or sets the min segments.
         /// </summary>
         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; }
     }
 }