mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Set account friendly name for spotify account
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user