diff --git a/src/libtomahawk/playlist/PlayableProxyModel.cpp b/src/libtomahawk/playlist/PlayableProxyModel.cpp index 58dd544d0..1f6a6e39c 100644 --- a/src/libtomahawk/playlist/PlayableProxyModel.cpp +++ b/src/libtomahawk/playlist/PlayableProxyModel.cpp @@ -676,7 +676,7 @@ PlayableProxyModel::updateDetailedInfo( const QModelIndex& index ) } else if ( item->query() ) { -// item->query()->track()->cover( QSize( 0, 0 ) ); + item->query()->track()->cover( QSize( 0, 0 ) ); if ( style() == PlayableProxyModel::Large ) {