Commit 795e29ee authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - taglib defines attachment:// Make a comment on that.

parent 7a8ee109
......@@ -302,6 +302,8 @@ void UpdateArt()
if( artUrl != url )
{
artUrl = url.replace( "file://",QString("" ) );
/* Taglib seems to define a attachment://, It won't work yet */
artUrl = url.replace( "attachment://",QString("" ) );
emit artChanged( artUrl );
msg_Dbg( p_intf, "Art: %s", qtu( artUrl ) );
}
......
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