1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-05 00:22:31 +02:00

* URL encode the mpris2 ArtUrl.

This commit is contained in:
Christian Muehlhaeuser 2011-12-04 07:58:37 +01:00
parent 2bfa77c1ff
commit 2b85536625

View File

@ -258,7 +258,7 @@ MprisPlugin::metadata() const
// Only return art if tempfile exists, and if its name contains the same "artist_album_tomahawk_cover.png"
if( m_coverTempFile && m_coverTempFile->exists() &&
m_coverTempFile->fileName().contains( track->artist()->name() + "_" + track->album()->name() + "_tomahawk_cover.png" ) )
metadataMap.insert( "mpris:artUrl", QUrl::fromLocalFile( QFileInfo( *m_coverTempFile ).absoluteFilePath() ).toString() );
metadataMap.insert( "mpris:artUrl", QString( QUrl::fromLocalFile( QFileInfo( *m_coverTempFile ).absoluteFilePath() ).toEncoded() ) );
else
{
// Need to fetch the album cover