From bb571081824039116f30ad68e2ed15379ba09896 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 14 Jun 2012 20:56:19 +0200 Subject: [PATCH] Set account friendly name for spotify account --- src/libtomahawk/TomahawkSettings.cpp | 1 + 1 file changed, 1 insertion(+) 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();