From 353bb294bffdf4db6298b254afa4cc9e2c54d6f7 Mon Sep 17 00:00:00 2001 From: druid23 Date: Fri, 20 Aug 2010 20:03:22 +0100 Subject: [PATCH] Slight album art tweaks. modified: playermainwindow.cpp --- playermainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playermainwindow.cpp b/playermainwindow.cpp index 5f91727..0eb48c2 100644 --- a/playermainwindow.cpp +++ b/playermainwindow.cpp @@ -419,7 +419,7 @@ // rebuild display layout // retrieve album art mHasImage = false; - mPlayListMainWindow->requestPlayList(); + QTimer::singleShot(500, mPlayListMainWindow, SLOT(requestPlayList())); } // Update the buttons on the playlist window if (NULL != this->mPlayListMainWindow) { -- 1.7.9.5