1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +02:00

TWK-123: Re-resolve queries when their resolved-to result goes offline.

This commit is contained in:
Leo Franchi
2011-08-14 18:34:54 -04:00
parent 65b2f42463
commit 3df2c2a104

View File

@@ -327,7 +327,10 @@ Query::checkResults()
if ( m_solved && becameUnsolved )
{
m_solved = false;
m_resolveFinished = false;
emit solvedStateChanged( false );
refreshResults();
}
if ( becameSolved )