Explorar o código

update mac startup

Luke Pulverenti %!s(int64=8) %!d(string=hai) anos
pai
achega
c4ca341107
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      MediaBrowser.Server.Mac/Main.cs

+ 3 - 1
MediaBrowser.Server.Mac/Main.cs

@@ -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();