1
0
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:
Christian Muehlhaeuser 2011-10-28 12:31:15 +02:00
parent 205bde833f
commit f8def37879

View File

@ -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;
}