update mac startup

This commit is contained in:
Luke Pulverenti 2016-11-18 13:13:04 -05:00
parent e0c72b605d
commit c4ca341107

View file

@ -39,7 +39,9 @@ namespace MediaBrowser.Server.Mac
static void Main (string[] args)
{
var applicationPath = Assembly.GetEntryAssembly().Location;
SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3());
var applicationPath = Assembly.GetEntryAssembly().Location;
var options = new StartupOptions();