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:
@@ -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." ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user