|
@@ -153,7 +153,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
|
|
|
|
|
if (!string.IsNullOrEmpty(state.VideoRequest.Level))
|
|
if (!string.IsNullOrEmpty(state.VideoRequest.Level))
|
|
{
|
|
{
|
|
- args += " -level 3" + state.VideoRequest.Level;
|
|
|
|
|
|
+ args += " -level " + state.VideoRequest.Level;
|
|
}
|
|
}
|
|
|
|
|
|
if (state.SubtitleStream != null)
|
|
if (state.SubtitleStream != null)
|