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