mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 03:13:17 +01:00
remove trailing whitespace
This commit is contained in:
@@ -951,7 +951,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
|
||||
if (audioStream != null)
|
||||
{
|
||||
// Seeing webm encoding failures when source has 1 audio channel and 22k bitrate.
|
||||
// Seeing webm encoding failures when source has 1 audio channel and 22k bitrate.
|
||||
// Any attempts to transcode over 64k will fail
|
||||
if (audioStream.Channels.HasValue &&
|
||||
audioStream.Channels.Value == 1)
|
||||
|
||||
Reference in New Issue
Block a user