diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 00:23:15 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 00:23:15 -0500 |
| commit | 5bb864a0c4e0d38db10a4c844a9ace1a46ac7b4b (patch) | |
| tree | bfd0234c751225f4778531723c23a2d2001170a1 /MediaBrowser.Server.Mono/Program.cs | |
| parent | d55535fe43b99fe25fce0c2a035be849b920fbe9 (diff) | |
move class to new core project
Diffstat (limited to 'MediaBrowser.Server.Mono/Program.cs')
| -rw-r--r-- | MediaBrowser.Server.Mono/Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/Program.cs b/MediaBrowser.Server.Mono/Program.cs index 77fa6fd91..d45359627 100644 --- a/MediaBrowser.Server.Mono/Program.cs +++ b/MediaBrowser.Server.Mono/Program.cs @@ -14,6 +14,7 @@ using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Emby.Common.Implementations.IO; using Emby.Common.Implementations.Logging; +using Emby.Server.Core; namespace MediaBrowser.Server.Mono { |
