mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-19 07:42:22 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
|||
/// </summary>
|
||||
/// <value>The filename.</value>
|
||||
[JsonPropertyName("filename")]
|
||||
public string Filename { get; set; }
|
||||
public string FileName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the nb_streams.
|
||||
|
|
|
|||
Loading…
Reference in a new issue