diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-07-30 17:22:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-30 17:22:41 -0400 |
| commit | e7f0dda38fa31e1b039ab0827ed3e767fb2d4f8e (patch) | |
| tree | b46145621241f5ece17b1cb553a5e279363cdd4b /MediaBrowser.Server.Implementations/EntryPoints/RecordingNotifier.cs | |
| parent | 9f12df23ab02e4b44467ef7a948fcc69df9e4d62 (diff) | |
| parent | 235d341524cfc3f65fea6617a3fd51840ea1a130 (diff) | |
Merge pull request #2001 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/RecordingNotifier.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/EntryPoints/RecordingNotifier.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/RecordingNotifier.cs b/MediaBrowser.Server.Implementations/EntryPoints/RecordingNotifier.cs index cc4ef1972..620eea774 100644 --- a/MediaBrowser.Server.Implementations/EntryPoints/RecordingNotifier.cs +++ b/MediaBrowser.Server.Implementations/EntryPoints/RecordingNotifier.cs @@ -1,9 +1,6 @@ using System; -using System.Collections.Generic; using System.Linq; -using System.Text; using System.Threading; -using System.Threading.Tasks; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.LiveTv; using MediaBrowser.Controller.Plugins; |
