Bond_009 5 년 전
부모
커밋
a41ec5c9d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs

+ 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 Fileame { get; set; }
+        public string Filename { get; set; }
 
 
         /// <summary>
         /// <summary>
         /// Gets or sets the nb_streams.
         /// Gets or sets the nb_streams.