Switch chapter id to long to not break on ffmpeg 5.0

pull/7363/head
Joe Rogers 2 years ago
parent e26446f9c0
commit 175ddff169
No known key found for this signature in database
GPG Key ID: 0074AD57B8FDBBB4

@ -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