diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-12-23 15:29:30 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-12-23 15:29:30 +0100 |
| commit | a41ec5c9d4642f28cc1a277f555fc6a4f2929b85 (patch) | |
| tree | 899c0b99550db23ffe855e48dc99182a7f1dfbf0 | |
| parent | f9a454628d7204bc30d64f9c0589d766ad5f3109 (diff) | |
Fix typo
| -rw-r--r-- | MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs b/MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs index d5529e56c..6b60b66c0 100644 --- a/MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs +++ b/MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs @@ -13,7 +13,7 @@ namespace MediaBrowser.MediaEncoding.Probing /// </summary> /// <value>The filename.</value> [JsonPropertyName("filename")] - public string Fileame { get; set; } + public string Filename { get; set; } /// <summary> /// Gets or sets the nb_streams. |
