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

@@ -69,7 +69,7 @@ namespace Jackett.Common.Services
{
try
{
processService.StartProcessAndLog(EnvironmentUtil.JackettExecutablePath(), "--MigrateSettings", true);
processService.StartProcessAndLog(EnvironmentUtil.JackettExecutablePath(), "", true);
}
catch
{