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:
@@ -327,7 +327,10 @@ Query::checkResults()
|
||||
if ( m_solved && becameUnsolved )
|
||||
{
|
||||
m_solved = false;
|
||||
m_resolveFinished = false;
|
||||
emit solvedStateChanged( false );
|
||||
|
||||
refreshResults();
|
||||
}
|
||||
|
||||
if ( becameSolved )
|
||||
|
Reference in New Issue
Block a user