mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
Set account friendly name for spotify account
This commit is contained in:
parent
26733aa85f
commit
bb57108182
@ -191,6 +191,7 @@ TomahawkSettings::createSpotifyAccount()
|
||||
setValue( "types", QStringList() << "ResolverType" );
|
||||
setValue( "credentials", QVariantHash() );
|
||||
setValue( "configuration", QVariantHash() );
|
||||
setValue( "accountfriendlyname", "Spotify" );
|
||||
endGroup();
|
||||
|
||||
QStringList allAccounts = value( "accounts/allaccounts" ).toStringList();
|
||||
|
Loading…
x
Reference in New Issue
Block a user