diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-18 16:06:00 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-18 16:06:00 -0500 |
| commit | e58e34ceca52914bd2475c76ede5f7ee91964d00 (patch) | |
| tree | 963560d56662ddc2145c774ec36cc7d6458ca601 /Emby.Server.Core/ApplicationHost.cs | |
| parent | c6f1bd93fc3c6aab16d5ba2c0ceeddb9303d029d (diff) | |
move classes to portable project
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Core/ApplicationHost.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs index 6a0029db1..6073991b1 100644 --- a/Emby.Server.Core/ApplicationHost.cs +++ b/Emby.Server.Core/ApplicationHost.cs @@ -87,7 +87,7 @@ using Emby.Server.Implementations.Activity; using Emby.Server.Core.Configuration; using Emby.Server.Core.Data; using Emby.Server.Implementations.Devices; -using Emby.Server.Core.FFMpeg; +using Emby.Server.Implementations.FFMpeg; using Emby.Server.Core.IO; using Emby.Server.Core.Localization; using Emby.Server.Core.Migrations; @@ -109,7 +109,7 @@ using Emby.Server.Implementations.MediaEncoder; using Emby.Server.Implementations.Notifications; using Emby.Server.Implementations.Data; using Emby.Server.Implementations.Playlists; -using Emby.Server.Implementations.Security; +using Emby.Server.Implementations; using Emby.Server.Implementations.ServerManager; using Emby.Server.Implementations.Session; using Emby.Server.Implementations.Social; |
