aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Progressive/VideoService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-08 00:17:18 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-08 00:17:18 -0400
commit2c6a9892f2082c6a288ba01033f3fd7d517fa92e (patch)
tree3a3e4bcbbcb20fc4c6fc326cc6452bb0957de938 /MediaBrowser.Api/Playback/Progressive/VideoService.cs
parent63aea3d90836765ceb38f0b9b130970af9b132d9 (diff)
update translations
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/VideoService.cs')
-rw-r--r--MediaBrowser.Api/Playback/Progressive/VideoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
index 855c03691..0d0985467 100644
--- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs
+++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
@@ -186,7 +186,7 @@ namespace MediaBrowser.Api.Playback.Progressive
private string GetAudioArguments(StreamState state)
{
// If the video doesn't have an audio stream, return a default.
- if (state.AudioStream == null)
+ if (state.AudioStream == null && state.HasMediaStreams)
{
return string.Empty;
}