mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 00:24:12 +02:00
Only emit if there are actually results
This commit is contained in:
@@ -117,5 +117,6 @@ void
|
||||
SourcePlaylistInterface::resolvingFinished( bool hasResults )
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO << " and has results? : " << (hasResults ? "true" : "false");
|
||||
emit nextTrackReady();
|
||||
if ( hasResults )
|
||||
emit nextTrackReady();
|
||||
}
|
Reference in New Issue
Block a user