mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 13:47:46 +02:00
Merge pull request #1052 from flowln/resource_model
This commit is contained in:
@ -102,7 +102,7 @@ void EnsureMetadataTask::executeTask()
|
||||
}
|
||||
|
||||
// Folders don't have metadata
|
||||
if (mod->type() == Mod::MOD_FOLDER) {
|
||||
if (mod->type() == ResourceType::FOLDER) {
|
||||
emitReady(mod);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user