From 6d79fc2ab8e89e767e729fd01f51a224bfee5243 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 14 Jun 2012 20:56:59 +0200 Subject: [PATCH] Set friendly name for spotify account to prevent the dupe check from deleting it --- src/libtomahawk/TomahawkSettings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/TomahawkSettings.cpp b/src/libtomahawk/TomahawkSettings.cpp index 95414de1a..cab903074 100644 --- a/src/libtomahawk/TomahawkSettings.cpp +++ b/src/libtomahawk/TomahawkSettings.cpp @@ -484,6 +484,7 @@ TomahawkSettings::doUpgrade( int oldVersion, int newVersion ) setValue( "enabled", enabled ); setValue( "autoconnect", autoconnect ); setValue( "types", QStringList() << "ResolverType" ); + setValue( "accountfriendlyname", "Spotify" ); setValue( "configuration", configuration ); endGroup();