mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #7363 from 1337joe/ffmpeg-5-long-chapter-id
This commit is contained in:
commit
1e98f168c9
@ -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…
x
Reference in New Issue
Block a user