Remove assert

This commit is contained in:
Jonas Kvinge 2019-05-30 19:11:46 +02:00
parent 1bcc86f989
commit 1b0b5f2554

View File

@ -642,8 +642,6 @@ void TidalRequest::AlbumsFinishCheck(const int artist_id, const int limit, const
artist_albums_requests_active_ <= 0
) { // Artist albums query is finished, get all songs for all albums.
assert(songs_.isEmpty());
// Get songs for all the albums.
QHash<int, Request> ::iterator i;