diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-28 15:30:53 +0100 |
|---|---|---|
| committer | Vasily <JustAMan@users.noreply.github.com> | 2019-01-05 01:49:52 +0300 |
| commit | a997bb609fce26e169443d05c48f239a028bb749 (patch) | |
| tree | 45f09e41d3628ce5255ea7e4a069d36f28fcc0f0 /MediaBrowser.Providers | |
| parent | 391b48614d598b5fbfad68b610520a5ae7a57b70 (diff) | |
Remove unnecessary using statements
Diffstat (limited to 'MediaBrowser.Providers')
| -rw-r--r-- | MediaBrowser.Providers/Subtitles/SubtitleManager.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Providers/Subtitles/SubtitleManager.cs b/MediaBrowser.Providers/Subtitles/SubtitleManager.cs index 4f08d2150..f9348a761 100644 --- a/MediaBrowser.Providers/Subtitles/SubtitleManager.cs +++ b/MediaBrowser.Providers/Subtitles/SubtitleManager.cs @@ -1,5 +1,4 @@ -using MediaBrowser.Common.Events; -using MediaBrowser.Common.Extensions; +using MediaBrowser.Common.Extensions; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Entities.Movies; using MediaBrowser.Controller.Entities.TV; |
