Selaa lähdekoodia

Apply suggestions from code review

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Nyanmisaka 4 vuotta sitten
vanhempi
sitoutus
fab4bf184e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

+ 1 - 1
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

@@ -542,7 +542,7 @@ namespace MediaBrowser.Controller.MediaEncoding
                             .Append(' ');
                             .Append(' ');
                     }
                     }
 
 
-                    arg.Append("-autorotate 0");
+                    arg.Append("-autorotate 0 ");
                 }
                 }
 
 
                 if (state.IsVideoRequest
                 if (state.IsVideoRequest