2
0
Эх сурвалжийг харах

Update MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs

Co-Authored-By: Erwin de Haan <EraYaN@users.noreply.github.com>
Bond-009 5 жил өмнө
parent
commit
9dfafb9e9f

+ 1 - 1
MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs

@@ -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.