mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Address review comment
This commit is contained in:
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…
Reference in New Issue
Block a user