瀏覽代碼

profile fix for hls

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

+ 1 - 1
MediaBrowser.Api/Playback/Hls/VideoHlsService.cs

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