mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
reload top loved tracks playlist with love by local source as well
This commit is contained in:
@@ -43,6 +43,7 @@ CustomPlaylistView::CustomPlaylistView( CustomPlaylistView::PlaylistType type, c
|
|||||||
connect( m_source.data(), SIGNAL( socialAttributesChanged() ), this, SLOT( reload() ) );
|
connect( m_source.data(), SIGNAL( socialAttributesChanged() ), this, SLOT( reload() ) );
|
||||||
else if ( m_type == AllLovedTracks )
|
else if ( m_type == AllLovedTracks )
|
||||||
{
|
{
|
||||||
|
connect( SourceList::instance()->getLocal().data(), SIGNAL( socialAttributesChanged() ), this, SLOT( reload() ) );
|
||||||
foreach ( const source_ptr& s, SourceList::instance()->sources( true ) )
|
foreach ( const source_ptr& s, SourceList::instance()->sources( true ) )
|
||||||
connect( s.data(), SIGNAL( socialAttributesChanged() ), this, SLOT( reload() ) );
|
connect( s.data(), SIGNAL( socialAttributesChanged() ), this, SLOT( reload() ) );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user