Commit 148976f7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Be carefull with C++. Fix the issue with downloading album art fromthe net!

parent 37b175d5
......@@ -421,7 +421,7 @@ CoverArtLabel::CoverArtLabel( QWidget *parent, intf_thread_t *_p_i )
addAction( action );
CONNECT( action, triggered(), this, doUpdate() );
doUpdate();
doUpdate( "" );
}
CoverArtLabel::~CoverArtLabel()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment