When song is updated in context view, abort any current network jobs.
BUG: 442
This commit is contained in:
@@ -61,7 +61,7 @@ QStringList ContextEngine::fixQuery(const QStringList &query) const
|
||||
void ContextEngine::cancel()
|
||||
{
|
||||
if (job) {
|
||||
job->deleteLater();
|
||||
job->cancelAndDelete();
|
||||
job=0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user