mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* Query::resolvingFinished should indicate whether there are any results, not whether the Query is solved.
This commit is contained in:
@@ -256,7 +256,7 @@ Query::onResolvingFinished()
|
|||||||
m_resolveFinished = true;
|
m_resolveFinished = true;
|
||||||
m_resolvers.clear();
|
m_resolvers.clear();
|
||||||
|
|
||||||
emit resolvingFinished( m_solved );
|
emit resolvingFinished( m_playable );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user