소스 검색

Apply review feedback

Maxr1998 4 년 전
부모
커밋
244ad5b225
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      MediaBrowser.Model/Dlna/DeviceProfile.cs

+ 2 - 2
MediaBrowser.Model/Dlna/DeviceProfile.cs

@@ -432,8 +432,8 @@ namespace MediaBrowser.Model.Dlna
         /// <returns>The <see cref="ResponseProfile"/>.</returns>
         public ResponseProfile? GetVideoMediaProfile(
             string container,
-            string audioCodec,
-            string videoCodec,
+            string? audioCodec,
+            string? videoCodec,
             int? width,
             int? height,
             int? bitDepth,