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:
parent
8da155bb04
commit
0c97c9fc1e
@ -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." ) );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user