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

Set friendly name for spotify account to prevent the dupe check from deleting it

This commit is contained in:
Leo Franchi 2012-06-14 20:56:59 +02:00
parent bb57108182
commit 6d79fc2ab8

View File

@ -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();