mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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( "autoconnect", autoconnect );
|
||||
setValue( "types", QStringList() << "ResolverType" );
|
||||
setValue( "accountfriendlyname", "Spotify" );
|
||||
setValue( "configuration", configuration );
|
||||
endGroup();
|
||||
|
||||
|
Reference in New Issue
Block a user