1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-07 17:42:35 +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!";
m_playlist->generator()->fetchNext();
} else {
m_startingAfterFailed = true;
emit trackGenerationFailure( tr( "Could not find a playable track.\n\nPlease change the filters or try again." ) );
}
}