Dont emit image twice!
This commit is contained in:
committed by
craig.p.drummond
parent
edd1f39fce
commit
06de9973d5
@@ -32,7 +32,6 @@
|
||||
K_GLOBAL_STATIC(Covers, instance)
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef Q_OS_WIN
|
||||
static void themes(const QString &theme, QStringList &iconThemes)
|
||||
{
|
||||
@@ -194,7 +193,6 @@ void CurrentCover::update(const Song &s)
|
||||
coverFileName=cImg.fileName;
|
||||
img=cImg.img;
|
||||
emit coverFile(cImg.fileName);
|
||||
emit coverImage(cImg.img);
|
||||
if (current.isFromOnlineService()) {
|
||||
if (coverFileName.startsWith(
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
Reference in New Issue
Block a user