mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
Update MediaBrowser.MediaEncoding/Probing/MediaChapter.cs
Co-Authored-By: Erwin de Haan <EraYaN@users.noreply.github.com>
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user