mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
* Query::resolvingFinished should indicate whether there are any results, not whether the Query is solved.
This commit is contained in:
parent
a0a906b891
commit
9dbdffd0ef
@ -256,7 +256,7 @@ Query::onResolvingFinished()
|
||||
m_resolveFinished = true;
|
||||
m_resolvers.clear();
|
||||
|
||||
emit resolvingFinished( m_solved );
|
||||
emit resolvingFinished( m_playable );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user