diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-15 17:35:33 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-15 17:35:33 +0100 |
| commit | a358631040ad5169c5f104c2577c4d63530d29f2 (patch) | |
| tree | 835fedc0b8a52948afbcaa768aee7ef8738a702f /Emby.Server.Implementations/LiveTv | |
| parent | 49b61f238e634e8b2ed4af8a3e0036080cd023a6 (diff) | |
Extra formatting on the merged code.
Diffstat (limited to 'Emby.Server.Implementations/LiveTv')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/LiveTvManager.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveTvManager.cs b/Emby.Server.Implementations/LiveTv/LiveTvManager.cs index 4b2d160661..3f64a40d87 100644 --- a/Emby.Server.Implementations/LiveTv/LiveTvManager.cs +++ b/Emby.Server.Implementations/LiveTv/LiveTvManager.cs @@ -4,12 +4,10 @@ using System.Linq; using System.Threading; using System.Threading.Tasks; using Emby.Server.Implementations.Library; -using Emby.Server.Implementations.LiveTv.Listings; using MediaBrowser.Common.Configuration; using MediaBrowser.Common.Extensions; using MediaBrowser.Common.Net; using MediaBrowser.Common.Progress; -using MediaBrowser.Common.Security; using MediaBrowser.Controller; using MediaBrowser.Controller.Channels; using MediaBrowser.Controller.Configuration; |
