Address review comment

pull/10463/head
Bond_009 1 year ago
parent 8ee1525894
commit efec6e7a23

@ -868,7 +868,7 @@ namespace MediaBrowser.Model.Dlna
playlistItem.SetOption(audioStream.Codec, "profile", audioStream.Profile.ToLowerInvariant());
}
if (audioStream.Level.HasValue)
if (audioStream.Level.HasValue && audioStream.Level.Value != 0)
{
playlistItem.SetOption(audioStream.Codec, "level", audioStream.Level.Value.ToString(CultureInfo.InvariantCulture));
}

Loading…
Cancel
Save