mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs
Co-Authored-By: Erwin de Haan <EraYaN@users.noreply.github.com>
This commit is contained in:
parent
49fef5f09c
commit
9dfafb9e9f
@ -13,7 +13,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The filename.</value>
|
/// <value>The filename.</value>
|
||||||
[JsonPropertyName("filename")]
|
[JsonPropertyName("filename")]
|
||||||
public string Filename { get; set; }
|
public string FileName { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the nb_streams.
|
/// Gets or sets the nb_streams.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user