diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-20 04:46:07 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-20 04:46:07 -0500 |
| commit | 184f3bc50a5fb9405a2bf713821dbc8393306f69 (patch) | |
| tree | 14fb83e06fcd08d7594b5174ca431730d076f1dd /MediaBrowser.ServerApplication/WindowsAppHost.cs | |
| parent | 7f62a99ab508551b83568051a874703ddd50b563 (diff) | |
update db init
Diffstat (limited to 'MediaBrowser.ServerApplication/WindowsAppHost.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/WindowsAppHost.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.ServerApplication/WindowsAppHost.cs b/MediaBrowser.ServerApplication/WindowsAppHost.cs index 937762ed0..e36287584 100644 --- a/MediaBrowser.ServerApplication/WindowsAppHost.cs +++ b/MediaBrowser.ServerApplication/WindowsAppHost.cs @@ -4,7 +4,6 @@ using System.Diagnostics; using System.IO; using System.Reflection; using Emby.Server.Core; -using Emby.Server.Core.Data; using Emby.Server.Implementations; using Emby.Server.Implementations.EntryPoints; using Emby.Server.Implementations.FFMpeg; @@ -92,11 +91,6 @@ namespace MediaBrowser.ServerApplication ConfigurationManager.CommonApplicationPaths.TempDirectory); } - protected override IDbConnector GetDbConnector() - { - return new DbConnector(Logger); - } - protected override void ConfigureAutoRunInternal(bool autorun) { var shortcutPath = Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.StartMenu), "Emby", "Emby Server.lnk"); |
