diff --git a/src/accounts/spotify/SpotifyAccount.cpp b/src/accounts/spotify/SpotifyAccount.cpp index 20273f2cc..f5323b0e1 100644 --- a/src/accounts/spotify/SpotifyAccount.cpp +++ b/src/accounts/spotify/SpotifyAccount.cpp @@ -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();