New context with albums and lyrics +++ much more
* Added new lyrics provider with lyrics from AudD and API Seeds * New improved context widget with albums and lyrics * Fixed playing and context widget getting stuck in play mode when there was an error * Changed icons for artists in collection, tidal and cover manager * Removed "search" icon from "Search automatically" checkbox (right click) that looked ugly * Removed some unused widgets from the src/widgets directory * Fixed initial size of window and side panel * Fixed saving window size correctly
This commit is contained in:
@@ -219,10 +219,6 @@ bool TidalSearch::FindCachedPixmap(const TidalSearch::Result &result, QPixmap *p
|
||||
return pixmap_cache_.find(result.pixmap_cache_key_, pixmap);
|
||||
}
|
||||
|
||||
void TidalSearch::LoadArtAsync(int id, const Result &result) {
|
||||
emit ArtLoaded(id, QImage());
|
||||
}
|
||||
|
||||
int TidalSearch::LoadArtAsync(const TidalSearch::Result &result) {
|
||||
|
||||
const int id = art_searches_next_id_++;
|
||||
@@ -246,6 +242,7 @@ void TidalSearch::AlbumArtLoaded(quint64 id, const QImage &image) {
|
||||
int orig_id = cover_loader_tasks_.take(id);
|
||||
|
||||
HandleLoadedArt(orig_id, image);
|
||||
|
||||
}
|
||||
|
||||
void TidalSearch::HandleLoadedArt(int id, const QImage &image) {
|
||||
|
||||
Reference in New Issue
Block a user