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:
@@ -624,6 +624,7 @@ bool SettingsManager::handleConfigUpgrade(QJsonObject& config)
|
||||
else
|
||||
{
|
||||
newForwarderConfig.remove("json");
|
||||
migrated = true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -667,6 +668,7 @@ bool SettingsManager::handleConfigUpgrade(QJsonObject& config)
|
||||
else
|
||||
{
|
||||
newForwarderConfig.remove("flat");
|
||||
migrated = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user