From 795e29ee5c30b0754793c0d065aa0d801ae8fc11 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 31 Jan 2008 04:50:27 +0000 Subject: [PATCH] Qt4 - taglib defines attachment:// Make a comment on that. --- modules/gui/qt4/input_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp index 7ad65e74c4..462913f111 100644 --- a/modules/gui/qt4/input_manager.cpp +++ b/modules/gui/qt4/input_manager.cpp @@ -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 ) ); } -- 2.39.2