diff --git a/src/libtomahawk/TomahawkSettings.cpp b/src/libtomahawk/TomahawkSettings.cpp index 01a794749..95414de1a 100644 --- a/src/libtomahawk/TomahawkSettings.cpp +++ b/src/libtomahawk/TomahawkSettings.cpp @@ -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();