Apply review feedback

This commit is contained in:
Maxr1998 2021-05-04 22:57:27 +02:00
parent 70771fdcd6
commit 244ad5b225
No known key found for this signature in database
GPG key ID: ECECF0D4F4816C81

View file

@ -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,