diff options
| author | ScottIsAFool <scottisafool@live.co.uk> | 2013-03-29 11:42:56 +0000 |
|---|---|---|
| committer | ScottIsAFool <scottisafool@live.co.uk> | 2013-03-29 11:42:56 +0000 |
| commit | 1f7579a97214ac645a10489f3837622eca82a292 (patch) | |
| tree | 59c256d3e3b9632ebdb68600585dbbdeb97cb283 | |
| parent | 7d4356b12a6f428a075747a445cc75a6744f8f5d (diff) | |
Added a space after the profile for progressive streaming
| -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 a2fec6521c..a6f78c0edf 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)) |
