mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Switch chapter id to long to not break on ffmpeg 5.0
This commit is contained in:
parent
e26446f9c0
commit
175ddff169
@ -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…
Reference in New Issue
Block a user