mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 06:33:22 +02:00
Attempt #3
This commit is contained in:
parent
84d1b12530
commit
93ab829df5
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
|||
/// </summary>
|
||||
/// <value>The start_pts.</value>
|
||||
[JsonPropertyName("start_pts")]
|
||||
public int StartPts { get; set; }
|
||||
public long StartPts { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the is_avc.
|
||||
|
|
|
|||
Loading…
Reference in a new issue