removed the concurent task destructor behaivior

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-10-22 19:58:10 +03:00
parent 0ca3873f1c
commit 2aeb829176
2 changed files with 5 additions and 10 deletions

View File

@ -160,7 +160,6 @@ void EnsureMetadataTask::executeTask()
if (m_current_task)
m_current_task.reset();
});
connect(version_task.get(), &Task::failed, this, &EnsureMetadataTask::emitFailed);
if (m_mods.size() > 1)
setStatus(tr("Requesting metadata information from %1...").arg(ProviderCaps.readableName(m_provider)));