mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 12:12:25 +00:00
update mac startup
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user