195e77a5c5
Changelog: http://amarok.kde.org/content/view/10/66/ PR: ports/108711 Submitted by: Alex<goo@t72.ru>
14 lines
579 B
C++
14 lines
579 B
C++
|
|
$FreeBSD$
|
|
|
|
--- amarok/src/lastfm.cpp.orig
|
|
+++ amarok/src/lastfm.cpp
|
|
@@ -905,7 +905,7 @@
|
|
|
|
QCString md5pass = KMD5( KMD5( m_password.utf8() ).hexDigest() + currentTime ).hexDigest();
|
|
|
|
- QString token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" )
|
|
+ token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" )
|
|
.arg( QString( QUrl( currentUsername() ).encodedPathAndQuery() ) )
|
|
.arg( QString( QUrl( md5pass ).encodedPathAndQuery() ) )
|
|
.arg( QString( QUrl( challenge ).encodedPathAndQuery() ) )
|