Parcourir la source

Remove extraneous newline

Joshua Boniface il y a 5 ans
Parent
commit
d4474d493b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 0 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -321,7 +321,6 @@ namespace MediaBrowser.Api.Playback
             }
             Logger.LogDebug("StartFfMpeg() finished successfully");
 
-
             return transcodingJob;
         }