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

pull/7386/head
Bond-009 2 years ago committed by GitHub
commit 1e98f168c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save