removed the concurent task destructor behaivior
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
0ca3873f1c
commit
2aeb829176
2 changed files with 5 additions and 10 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue