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