mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
Update MediaBrowser.MediaEncoding/Probing/MediaChapter.cs
Co-Authored-By: Erwin de Haan <EraYaN@users.noreply.github.com>
This commit is contained in:
parent
a41ec5c9d4
commit
49fef5f09c
@ -9,7 +9,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
|||||||
public class MediaChapter
|
public class MediaChapter
|
||||||
{
|
{
|
||||||
[JsonPropertyName("id")]
|
[JsonPropertyName("id")]
|
||||||
public int id { get; set; }
|
public int Id { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("time_base")]
|
[JsonPropertyName("time_base")]
|
||||||
public string TimeBase { get; set; }
|
public string TimeBase { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user