mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
When double-clicking on a track in grid view, go to the track page
This commit is contained in:
@@ -213,7 +213,7 @@ GridView::onItemActivated( const QModelIndex& index )
|
|||||||
else if ( !item->artist().isNull() )
|
else if ( !item->artist().isNull() )
|
||||||
ViewManager::instance()->show( item->artist() );
|
ViewManager::instance()->show( item->artist() );
|
||||||
else if ( !item->query().isNull() )
|
else if ( !item->query().isNull() )
|
||||||
AudioEngine::instance()->playItem( playlistinterface_ptr(), item->query() );
|
ViewManager::instance()->show( item->query() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user