mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 01:39:42 +01:00
* Support clicking info button for unknown albums in TrackView.
This commit is contained in:
parent
205bde833f
commit
f8def37879
@ -556,7 +556,8 @@ TrackView::mousePressEvent( QMouseEvent* event )
|
||||
}
|
||||
else
|
||||
{
|
||||
//TODO
|
||||
artist_ptr artist = Artist::get( item->query()->artist() );
|
||||
ViewManager::instance()->show( Album::get( artist, item->query()->album() ) );
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user