mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Support clicking info button for unknown albums in TrackView.
This commit is contained in:
@@ -556,7 +556,8 @@ TrackView::mousePressEvent( QMouseEvent* event )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//TODO
|
artist_ptr artist = Artist::get( item->query()->artist() );
|
||||||
|
ViewManager::instance()->show( Album::get( artist, item->query()->album() ) );
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user