Added a space after the profile for progressive streaming

pull/702/head
ScottIsAFool 11 years ago
parent 7d4356b12a
commit 1f7579a972

@ -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))

Loading…
Cancel
Save