refactor(test): fix loading mod metadata setting
This commit is contained in:
parent
e843b8e188
commit
8856c8cd62
14 changed files with 28 additions and 25 deletions
|
@ -161,7 +161,7 @@ auto Mod::destroy(QDir& index_dir) -> bool
|
|||
{
|
||||
auto n = name();
|
||||
// FIXME: This can fail to remove the metadata if the
|
||||
// "DontUseModMetadata" setting is on, since there could
|
||||
// "ModMetadataDisabled" setting is on, since there could
|
||||
// be a name mismatch!
|
||||
Metadata::remove(index_dir, n);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue