mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
SettingsManager - Fix Migration Scenario
This commit is contained in:
parent
ad293b2fb6
commit
80ec037832
@ -624,6 +624,7 @@ bool SettingsManager::handleConfigUpgrade(QJsonObject& config)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
newForwarderConfig.remove("json");
|
newForwarderConfig.remove("json");
|
||||||
|
migrated = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -667,6 +668,7 @@ bool SettingsManager::handleConfigUpgrade(QJsonObject& config)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
newForwarderConfig.remove("flat");
|
newForwarderConfig.remove("flat");
|
||||||
|
migrated = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user