aboutsummaryrefslogtreecommitdiff
path: root/src/Emby.Server/CoreAppHost.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/CoreAppHost.cs
parent6da99d9d04042a461ec04e57b6e40708a37bb44f (diff)
add sqlite logging
Diffstat (limited to 'src/Emby.Server/CoreAppHost.cs')
-rw-r--r--src/Emby.Server/CoreAppHost.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Emby.Server/CoreAppHost.cs b/src/Emby.Server/CoreAppHost.cs
index 21f6ae445..5291f20ef 100644
--- a/src/Emby.Server/CoreAppHost.cs
+++ b/src/Emby.Server/CoreAppHost.cs
@@ -4,12 +4,12 @@ using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Emby.Server.Core;
-using Emby.Server.Core.Data;
using Emby.Server.Core.FFMpeg;
using Emby.Server.Data;
using MediaBrowser.Model.IO;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.System;
+using Emby.Server.Implementations;
namespace Emby.Server
{
@@ -55,11 +55,6 @@ namespace Emby.Server
{
}
- protected override IDbConnector GetDbConnector()
- {
- return new DbConnector(Logger);
- }
-
protected override void ConfigureAutoRunInternal(bool autorun)
{
}