mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Set friendly name for spotify account to prevent the dupe check from deleting it
This commit is contained in:
@@ -484,6 +484,7 @@ TomahawkSettings::doUpgrade( int oldVersion, int newVersion )
|
|||||||
setValue( "enabled", enabled );
|
setValue( "enabled", enabled );
|
||||||
setValue( "autoconnect", autoconnect );
|
setValue( "autoconnect", autoconnect );
|
||||||
setValue( "types", QStringList() << "ResolverType" );
|
setValue( "types", QStringList() << "ResolverType" );
|
||||||
|
setValue( "accountfriendlyname", "Spotify" );
|
||||||
setValue( "configuration", configuration );
|
setValue( "configuration", configuration );
|
||||||
endGroup();
|
endGroup();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user