mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Attempt #3
This commit is contained in:
@@ -225,7 +225,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The start_pts.</value>
|
/// <value>The start_pts.</value>
|
||||||
[JsonPropertyName("start_pts")]
|
[JsonPropertyName("start_pts")]
|
||||||
public int StartPts { get; set; }
|
public long StartPts { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the is_avc.
|
/// Gets or sets the is_avc.
|
||||||
|
|||||||
Reference in New Issue
Block a user