Explorar o código

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

Luke Pulverenti %!s(int64=12) %!d(string=hai) anos
pai
achega
6c280a146e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))
             {
-                args += " -profile:v" + state.VideoRequest.Profile;
+                args += " -profile:v " + state.VideoRequest.Profile;
             }
 
             if (!string.IsNullOrEmpty(state.VideoRequest.Level))