2
0
Эх сурвалжийг харах

Merge pull request #7363 from 1337joe/ffmpeg-5-long-chapter-id

Bond-009 3 жил өмнө
parent
commit
1e98f168c9

+ 1 - 1
MediaBrowser.MediaEncoding/Probing/MediaChapter.cs

@@ -12,7 +12,7 @@ namespace MediaBrowser.MediaEncoding.Probing
     public class MediaChapter
     public class MediaChapter
     {
     {
         [JsonPropertyName("id")]
         [JsonPropertyName("id")]
-        public int Id { get; set; }
+        public long Id { get; set; }
 
 
         [JsonPropertyName("time_base")]
         [JsonPropertyName("time_base")]
         public string TimeBase { get; set; }
         public string TimeBase { get; set; }