mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
fix mac ffmpeg build
This commit is contained in:
@@ -123,7 +123,7 @@ namespace MediaBrowser.Server.Mono
|
||||
// Allow all https requests
|
||||
ServicePointManager.ServerCertificateValidationCallback = _ignoreCertificates;
|
||||
|
||||
_appHost = new ApplicationHost(appPaths, logManager, false, false, options);
|
||||
_appHost = new ApplicationHost(appPaths, logManager, false, false, options, "MBServer.Mono");
|
||||
|
||||
Console.WriteLine ("appHost.Init");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user