1
0
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:
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 else
{ {
//TODO artist_ptr artist = Artist::get( item->query()->artist() );
ViewManager::instance()->show( Album::get( artist, item->query()->album() ) );
} }
break; break;
} }