aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxr1998 <max.rumpf1998@gmail.com>2021-05-04 22:57:27 +0200
committerMaxr1998 <max.rumpf1998@gmail.com>2021-05-04 22:57:27 +0200
commit244ad5b22577efa4dc737db549e62e422f42449e (patch)
treee41348cb508f63ecf724f06fa3134124dbe279c4
parent70771fdcd60ec5d8a9f13713662778c7e57d0633 (diff)
Apply review feedback
-rw-r--r--MediaBrowser.Model/Dlna/DeviceProfile.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Dlna/DeviceProfile.cs b/MediaBrowser.Model/Dlna/DeviceProfile.cs
index 6ec4cb547..47d101613 100644
--- a/MediaBrowser.Model/Dlna/DeviceProfile.cs
+++ b/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,