aboutsummaryrefslogtreecommitdiff
path: root/src/Emby.Server/Program.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-20 16:02:32 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-20 16:02:32 -0500
commit94e622e3a0cfcd14ad47ede3342dfab7a862c4d9 (patch)
treef7168a0f626ab59dd931b47b70bcd27d554af6d7 /src/Emby.Server/Program.cs
parent6da99d9d04042a461ec04e57b6e40708a37bb44f (diff)
add sqlite logging
Diffstat (limited to 'src/Emby.Server/Program.cs')
-rw-r--r--src/Emby.Server/Program.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Emby.Server/Program.cs b/src/Emby.Server/Program.cs
index 80e56c8ab..e5d8351fe 100644
--- a/src/Emby.Server/Program.cs
+++ b/src/Emby.Server/Program.cs
@@ -15,10 +15,11 @@ using Emby.Common.Implementations.Logging;
using Emby.Common.Implementations.Networking;
using Emby.Drawing;
using Emby.Server.Core;
-using Emby.Server.Core.Browser;
+using Emby.Server.Implementations.Browser;
using Emby.Server.Implementations.IO;
using MediaBrowser.Common.Net;
using Emby.Server.IO;
+using Emby.Server.Implementations;
namespace Emby.Server
{