remove unused migratesettings flag. resolves #12491 (#12500)

This commit is contained in:
ilike2burnthing
2021-11-17 18:16:49 +00:00
committed by GitHub
parent dd9a4b075c
commit b71d856695
3 changed files with 1 additions and 6 deletions

View File

@@ -38,9 +38,6 @@ namespace Jackett.Common.Models.Config
[Option('p', "Port", HelpText = "Web server port")]
public int Port { get; set; }
[Option('m', "MigrateSettings", HelpText = "Migrate settings manually (Must be admin on Windows)")]
public bool MigrateSettings { get; set; }
[Option('n', "IgnoreSslErrors", HelpText = "[true/false] Ignores invalid SSL certificates")]
public bool? IgnoreSslErrors { get; set; }