aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-01 08:13:24 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-01 08:13:24 -0400
commit148261a48c1d6058cfa5833f5278e7b0ccdba2fc (patch)
treec896d03cc5c21590300c91b6fcfbb970b95e42b1 /MediaBrowser.Model
parenta5c7e91620a0a73b72692838da68e29ef8c89dcb (diff)
update translations
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Dlna/StreamInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/StreamInfo.cs b/MediaBrowser.Model/Dlna/StreamInfo.cs
index 96aa2167f..8bf9f2a04 100644
--- a/MediaBrowser.Model/Dlna/StreamInfo.cs
+++ b/MediaBrowser.Model/Dlna/StreamInfo.cs
@@ -272,7 +272,7 @@ namespace MediaBrowser.Model.Dlna
return MaxAudioChannels.HasValue && !IsDirectStream
? (streamChannels.HasValue ? Math.Min(MaxAudioChannels.Value, streamChannels.Value) : MaxAudioChannels.Value)
- : stream == null ? null : streamChannels;
+ : streamChannels;
}
}