mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed starting playlist by double-clicking in sidebar.
This commit is contained in:
@@ -149,9 +149,9 @@ void
|
||||
PlaylistItem::doubleClicked()
|
||||
{
|
||||
ViewPage* p = ViewManager::instance()->currentPage();
|
||||
if ( PlaylistView* view = dynamic_cast< PlaylistView* >( p ) )
|
||||
if ( FlexibleView* view = dynamic_cast< FlexibleView* >( p ) )
|
||||
{
|
||||
view->startPlayingFromStart();
|
||||
view->trackView()->startPlayingFromStart();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user