1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Really fix not searching a full 20 tracks for next track in a station after the station has already failed

This commit is contained in:
Leo Franchi
2011-03-10 21:19:00 -05:00
parent 8da155bb04
commit 0c97c9fc1e

View File

@@ -134,6 +134,7 @@ DynamicModel::trackResolveFinished( bool success )
qDebug() << "FETCHING MORE!"; qDebug() << "FETCHING MORE!";
m_playlist->generator()->fetchNext(); m_playlist->generator()->fetchNext();
} else { } else {
m_startingAfterFailed = true;
emit trackGenerationFailure( tr( "Could not find a playable track.\n\nPlease change the filters or try again." ) ); emit trackGenerationFailure( tr( "Could not find a playable track.\n\nPlease change the filters or try again." ) );
} }
} }