diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-23 22:42:19 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-23 22:42:19 -0400 |
| commit | dbb43771f3c56bafad09896e8a4daa0c77778044 (patch) | |
| tree | 2785165187b1ca5b6617b6e19d39c3a37bc10b9d /MediaBrowser.Server.Startup.Common/EntryPoints/KeepServerAwake.cs | |
| parent | 78ba88bc7e923bd48fb694e11d1ef3a608f9cb01 (diff) | |
update model project targeting
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/EntryPoints/KeepServerAwake.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/EntryPoints/KeepServerAwake.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/EntryPoints/KeepServerAwake.cs b/MediaBrowser.Server.Startup.Common/EntryPoints/KeepServerAwake.cs index 4e1b99019..79debce8d 100644 --- a/MediaBrowser.Server.Startup.Common/EntryPoints/KeepServerAwake.cs +++ b/MediaBrowser.Server.Startup.Common/EntryPoints/KeepServerAwake.cs @@ -4,7 +4,7 @@ using MediaBrowser.Controller.Session; using MediaBrowser.Model.Logging; using System; using System.Linq; -using MediaBrowser.Controller.Threading; +using MediaBrowser.Server.Implementations.Threading; namespace MediaBrowser.Server.Startup.Common.EntryPoints { |
