mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 15:28:28 +01:00
fix mac ffmpeg build
This commit is contained in:
@@ -209,7 +209,7 @@ namespace MediaBrowser.ServerApplication
|
||||
/// <param name="options">The options.</param>
|
||||
private static void RunApplication(ServerApplicationPaths appPaths, ILogManager logManager, bool runService, StartupOptions options)
|
||||
{
|
||||
_appHost = new ApplicationHost(appPaths, logManager, true, runService, options);
|
||||
_appHost = new ApplicationHost(appPaths, logManager, true, runService, options, "MBServer");
|
||||
|
||||
var initProgress = new Progress<double>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user