diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:25:32 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:25:32 +0100 |
| commit | 26ca4b607b98b78b44a7300bcf9890360e598393 (patch) | |
| tree | 68a3915185dd2ae3846c7641dce2a20daf74cc67 /MediaBrowser.Controller/Library/ILiveStream.cs | |
| parent | 106d1d18ed5781043312194590aa37dc8a3072d0 (diff) | |
Visual Studio Reformat: MediaBrowser.Controller
Diffstat (limited to 'MediaBrowser.Controller/Library/ILiveStream.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILiveStream.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MediaBrowser.Controller/Library/ILiveStream.cs b/MediaBrowser.Controller/Library/ILiveStream.cs index e00da7340..2d776c798 100644 --- a/MediaBrowser.Controller/Library/ILiveStream.cs +++ b/MediaBrowser.Controller/Library/ILiveStream.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Threading; +using System.Threading; using System.Threading.Tasks; using MediaBrowser.Model.Dto; |
