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:
parent
bb57108182
commit
6d79fc2ab8
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user