aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-12-23 15:29:30 +0100
committerBond_009 <bond.009@outlook.com>2019-12-23 15:29:30 +0100
commita41ec5c9d4642f28cc1a277f555fc6a4f2929b85 (patch)
tree899c0b99550db23ffe855e48dc99182a7f1dfbf0
parentf9a454628d7204bc30d64f9c0589d766ad5f3109 (diff)
Fix typo
-rw-r--r--MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs2
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.