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