mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Add user cinema mode setting
This commit is contained in:
@@ -124,6 +124,11 @@ namespace MediaBrowser.Server.Mono
|
||||
ServicePointManager.ServerCertificateValidationCallback = _ignoreCertificates;
|
||||
|
||||
_appHost = new ApplicationHost(appPaths, logManager, false, false, options, "MBServer.Mono");
|
||||
|
||||
if (options.ContainsOption("-v")) {
|
||||
Console.WriteLine (_appHost.ApplicationVersion.ToString());
|
||||
return;
|
||||
}
|
||||
|
||||
Console.WriteLine ("appHost.Init");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user