aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-11-03 12:39:45 -0500
committerJoshua Boniface <joshua@boniface.me>2019-11-03 12:39:45 -0500
commitd4474d493b6813135d3b2bf2e9e4f8a4756bf594 (patch)
tree18bd525443f8ee2aa2c2c5420c4916a38cd08b49
parent8cf8c36708ae57257810c77120828285a22d2799 (diff)
Remove extraneous newline
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 3fc1e099f..7bfe0e0ce 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -321,7 +321,6 @@ namespace MediaBrowser.Api.Playback
}
Logger.LogDebug("StartFfMpeg() finished successfully");
-
return transcodingJob;
}