Explorar o código

profile fix for hls

Luke Pulverenti %!s(int64=12) %!d(string=hai) anos
pai
achega
4b65b8c050
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))