1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

fix broken logic that stopped playlist entries from loading

This commit is contained in:
Leo Franchi
2011-02-07 10:10:44 -05:00
parent c76cbf1e72
commit 0bd5ebdd6f

View File

@@ -45,7 +45,7 @@ DynamicModel::loadPlaylist( const Tomahawk::dynplaylist_ptr& playlist )
connect( m_playlist->generator().data(), SIGNAL( nextTrackGenerated( Tomahawk::query_ptr ) ), this, SLOT( newTrackGenerated( Tomahawk::query_ptr ) ) );
PlaylistModel::loadPlaylist( m_playlist, m_onDemandRunning );
PlaylistModel::loadPlaylist( m_playlist, !m_onDemandRunning );
}
void