瀏覽代碼

Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser

Luke Pulverenti 12 年之前
父節點
當前提交
6c280a146e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Api/Playback/Progressive/VideoService.cs

+ 1 - 1
MediaBrowser.Api/Playback/Progressive/VideoService.cs

@@ -148,7 +148,7 @@ namespace MediaBrowser.Api.Playback.Progressive
 
 
             if (!string.IsNullOrEmpty(state.VideoRequest.Profile))
             if (!string.IsNullOrEmpty(state.VideoRequest.Profile))
             {
             {
-                args += " -profile:v" + state.VideoRequest.Profile;
+                args += " -profile:v " + state.VideoRequest.Profile;
             }
             }
 
 
             if (!string.IsNullOrEmpty(state.VideoRequest.Level))
             if (!string.IsNullOrEmpty(state.VideoRequest.Level))