mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Fix URL encoding.
This commit is contained in:
@@ -185,7 +185,7 @@ AdiumPlugin::audioStarted( const QVariant &input )
|
|||||||
m_currentArtist = hash["artist"];
|
m_currentArtist = hash["artist"];
|
||||||
|
|
||||||
// Request a short URL
|
// Request a short URL
|
||||||
m_currentLongUrl = openLinkFromHash( hash ).toEncoded();
|
m_currentLongUrl = openLinkFromHash( hash );
|
||||||
GlobalActionManager::instance()->shortenLink( m_currentLongUrl );
|
GlobalActionManager::instance()->shortenLink( m_currentLongUrl );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user