mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 12:21:52 +02:00
PlayableModel has icon(), let's use it.
This commit is contained in:
@@ -813,7 +813,7 @@ TrackView::description() const
|
||||
QPixmap
|
||||
TrackView::pixmap() const
|
||||
{
|
||||
return TomahawkUtils::defaultPixmap( TomahawkUtils::SuperCollection );
|
||||
return model()->icon();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user