mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-22 13:43:11 +02:00
Set playlists on config widget creation as well as on msg receive
This commit is contained in:
@@ -251,7 +251,10 @@ QWidget*
|
||||
SpotifyAccount::configurationWidget()
|
||||
{
|
||||
if ( m_configWidget.isNull() )
|
||||
{
|
||||
m_configWidget = QWeakPointer< SpotifyAccountConfig >( new SpotifyAccountConfig( this ) );
|
||||
m_configWidget.data()->setPlaylists( m_allSpotifyPlaylists );
|
||||
}
|
||||
else
|
||||
m_configWidget.data()->loadFromConfig();
|
||||
|
||||
|
Reference in New Issue
Block a user