aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-29 08:26:49 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-29 08:26:49 -0400
commit6c280a146ee4f0025c2622cbd36d275493da5eea (patch)
treed5230db9b5204a904368f37dce7ebe4d588887e5
parent4b65b8c05064257cd456db10e623de970a898744 (diff)
parent1f7579a97214ac645a10489f3837622eca82a292 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
-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 a2fec6521..a6f78c0ed 100644
--- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs
+++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
@@ -148,7 +148,7 @@ namespace MediaBrowser.Api.Playback.Progressive
if (!string.IsNullOrEmpty(state.VideoRequest.Profile))
{
- args += " -profile:v" + state.VideoRequest.Profile;
+ args += " -profile:v " + state.VideoRequest.Profile;
}
if (!string.IsNullOrEmpty(state.VideoRequest.Level))