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,