From 80be96d1416be41cc16c4e0307ba0e9f450b546a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 26 Sep 2014 08:19:26 +0200 Subject: [PATCH] * Fetch track image when updating detailed info. --- src/libtomahawk/playlist/PlayableProxyModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {