Remove assert
This commit is contained in:
parent
1bcc86f989
commit
1b0b5f2554
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user