diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-03-01 11:11:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-01 11:11:23 +0100 |
| commit | 1e98f168c94be5ac8a8981d184ed4c7637f567f4 (patch) | |
| tree | 7a189a2f789afdd11fa437cfd4f4babea3df4f46 | |
| parent | 2bc838396857c3ad43d739a54c3f4563b61fa18c (diff) | |
| parent | 175ddff169411f8b4f202784839d5b4998031537 (diff) | |
Merge pull request #7363 from 1337joe/ffmpeg-5-long-chapter-id
| -rw-r--r-- | MediaBrowser.MediaEncoding/Probing/MediaChapter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/MediaChapter.cs b/MediaBrowser.MediaEncoding/Probing/MediaChapter.cs index a1cef7a9f..c9e948780 100644 --- a/MediaBrowser.MediaEncoding/Probing/MediaChapter.cs +++ b/MediaBrowser.MediaEncoding/Probing/MediaChapter.cs @@ -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; } |
