mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
Useless entry is useless.
This commit is contained in:
@@ -190,7 +190,6 @@ TomahawkSettings::createSpotifyAccount()
|
|||||||
beginGroup( "accounts/" + accountKey );
|
beginGroup( "accounts/" + accountKey );
|
||||||
setValue( "enabled", false );
|
setValue( "enabled", false );
|
||||||
setValue( "types", QStringList() << "ResolverType" );
|
setValue( "types", QStringList() << "ResolverType" );
|
||||||
setValue( "credentials", QVariantHash() );
|
|
||||||
setValue( "configuration", QVariantHash() );
|
setValue( "configuration", QVariantHash() );
|
||||||
setValue( "accountfriendlyname", "Spotify" );
|
setValue( "accountfriendlyname", "Spotify" );
|
||||||
endGroup();
|
endGroup();
|
||||||
|
Reference in New Issue
Block a user