1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

still load the playlist entries if we're skipping the control load

This commit is contained in:
Leo Franchi
2011-01-22 18:32:43 -05:00
parent cefdeb642c
commit e8f363ec00

View File

@@ -114,6 +114,9 @@ DynamicWidget::loadDynamicPlaylist( const Tomahawk::dynplaylist_ptr& playlist )
// we can skip our work. just let the dynamiccontrollist show the difference
m_controls->setControls( m_playlist->generator(), m_playlist->generator()->controls(), m_playlist->author()->isLocal() );
m_playlist = playlist;
m_model->loadPlaylist( m_playlist );
return;
}