mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-25 12:38:16 +00:00
Apply suggestions from code review
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
@@ -776,7 +776,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
if (directVideoCodec != null)
|
||||
{
|
||||
// merge directVideoCodec to videoCodecs
|
||||
Array.Resize(ref videoCodecs, (videoCodecs?.Length ?? 0) + 1);
|
||||
Array.Resize(ref videoCodecs, videoCodecs.Length + 1);
|
||||
videoCodecs[^1] = directVideoCodec;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user