Răsfoiți Sursa

Apply review feedback

Maxr1998 4 ani în urmă
părinte
comite
244ad5b225
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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>
         /// <returns>The <see cref="ResponseProfile"/>.</returns>
         public ResponseProfile? GetVideoMediaProfile(
         public ResponseProfile? GetVideoMediaProfile(
             string container,
             string container,
-            string audioCodec,
-            string videoCodec,
+            string? audioCodec,
+            string? videoCodec,
             int? width,
             int? width,
             int? height,
             int? height,
             int? bitDepth,
             int? bitDepth,