mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +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( "types", QStringList() << "ResolverType" );
|
||||||
setValue( "credentials", QVariantHash() );
|
setValue( "credentials", QVariantHash() );
|
||||||
setValue( "configuration", QVariantHash() );
|
setValue( "configuration", QVariantHash() );
|
||||||
|
setValue( "accountfriendlyname", "Spotify" );
|
||||||
endGroup();
|
endGroup();
|
||||||
|
|
||||||
QStringList allAccounts = value( "accounts/allaccounts" ).toStringList();
|
QStringList allAccounts = value( "accounts/allaccounts" ).toStringList();
|
||||||
|
Reference in New Issue
Block a user