Browse Source

fixed typo

Luke Pulverenti 11 years ago
parent
commit
5ea002771a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 2 - 2
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -324,7 +324,7 @@ namespace MediaBrowser.Api.Playback
 
                 if (!hasFixedResolution)
                 {
-                    param += " crf18";
+                    param += " -crf 18";
                 }
             }
 
@@ -336,7 +336,7 @@ namespace MediaBrowser.Api.Playback
 
                 if (!hasFixedResolution)
                 {
-                    param += " crf18";
+                    param += " -crf 18";
                 }
             }