mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02: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…
Reference in New Issue
Block a user