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