update translations

This commit is contained in:
Luke Pulverenti
2014-08-01 08:13:24 -04:00
parent a5c7e91620
commit 148261a48c
8 changed files with 153 additions and 157 deletions

View File

@@ -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;
}
}