1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Set account friendly name for spotify account

This commit is contained in:
Leo Franchi 2012-06-14 20:56:19 +02:00
parent 26733aa85f
commit bb57108182

View File

@ -191,6 +191,7 @@ TomahawkSettings::createSpotifyAccount()
setValue( "types", QStringList() << "ResolverType" );
setValue( "credentials", QVariantHash() );
setValue( "configuration", QVariantHash() );
setValue( "accountfriendlyname", "Spotify" );
endGroup();
QStringList allAccounts = value( "accounts/allaccounts" ).toStringList();