From 1b0b5f2554bad70cbbbad00b62a3f10368fe86f4 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 30 May 2019 19:11:46 +0200 Subject: [PATCH] Remove assert --- src/tidal/tidalrequest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tidal/tidalrequest.cpp b/src/tidal/tidalrequest.cpp index b7857da7e..4d9b0e226 100644 --- a/src/tidal/tidalrequest.cpp +++ b/src/tidal/tidalrequest.cpp @@ -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 ::iterator i;