From 5bb864a0c4e0d38db10a4c844a9ace1a46ac7b4b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 11 Nov 2016 00:23:15 -0500 Subject: move class to new core project --- MediaBrowser.Server.Startup.Common/INativeApp.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs') diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs index ca0e9d21ee..4dd6ecfe1b 100644 --- a/MediaBrowser.Server.Startup.Common/INativeApp.cs +++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs @@ -2,6 +2,7 @@ using MediaBrowser.Model.Logging; using System.Collections.Generic; using System.Reflection; +using Emby.Server.Core; using MediaBrowser.Server.Startup.Common.FFMpeg; using MediaBrowser.Server.Startup.Common.Persistence; -- cgit v1.2.3