diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-29 08:26:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-29 08:26:49 -0400 |
| commit | 6c280a146ee4f0025c2622cbd36d275493da5eea (patch) | |
| tree | d5230db9b5204a904368f37dce7ebe4d588887e5 | |
| parent | 4b65b8c05064257cd456db10e623de970a898744 (diff) | |
| parent | 1f7579a97214ac645a10489f3837622eca82a292 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/VideoService.cs | 2 |
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)) |
