refresh window after lyrics/artist info was (not) downloaded
This commit is contained in:
@@ -79,9 +79,9 @@ void Info::Update()
|
||||
{
|
||||
if (!ArtistReady)
|
||||
return;
|
||||
|
||||
pthread_join(*Downloader, 0);
|
||||
w->Flush();
|
||||
w->Refresh();
|
||||
delete Downloader;
|
||||
Downloader = 0;
|
||||
ArtistReady = 0;
|
||||
|
||||
Reference in New Issue
Block a user