mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-31 01:30:02 +02:00
* Only activate a playlist when manually starting a track from it.
This commit is contained in:
@@ -534,6 +534,9 @@ PlaylistManager::setPage( ViewPage* page, bool trackHistory )
|
||||
if ( !currentPlaylistInterface() )
|
||||
emit tempPageActivated();
|
||||
|
||||
if ( !AudioEngine::instance()->playlist() )
|
||||
AudioEngine::instance()->setPlaylist( currentPlaylistInterface() );
|
||||
|
||||
m_stack->setCurrentWidget( page->widget() );
|
||||
updateView();
|
||||
}
|
||||
|
Reference in New Issue
Block a user