aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/TranscodingThrottler.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:24:58 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:24:58 +0100
commitb67c1b933efc0b26deeaf125497c2f3a26a78a3f (patch)
tree024aa10e1c13c01b86985a854bf2ba2b0ceb23d0 /MediaBrowser.Api/Playback/TranscodingThrottler.cs
parentf0acc0446ce0f1aa7299e049c4b696536e8c7ce1 (diff)
Visual Studio Reformat: MediaBrowser.Api
Diffstat (limited to 'MediaBrowser.Api/Playback/TranscodingThrottler.cs')
-rw-r--r--MediaBrowser.Api/Playback/TranscodingThrottler.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/TranscodingThrottler.cs b/MediaBrowser.Api/Playback/TranscodingThrottler.cs
index 5852852f6..9bd018e64 100644
--- a/MediaBrowser.Api/Playback/TranscodingThrottler.cs
+++ b/MediaBrowser.Api/Playback/TranscodingThrottler.cs
@@ -1,6 +1,6 @@
-using MediaBrowser.Common.Configuration;
+using System;
+using MediaBrowser.Common.Configuration;
using MediaBrowser.Model.Configuration;
-using System;
using MediaBrowser.Model.IO;
using MediaBrowser.Model.Threading;
using Microsoft.Extensions.Logging;