diff --git a/src/libtomahawk/playlist/treemodel.cpp b/src/libtomahawk/playlist/treemodel.cpp index 1fbe4e87b..727780b92 100644 --- a/src/libtomahawk/playlist/treemodel.cpp +++ b/src/libtomahawk/playlist/treemodel.cpp @@ -94,6 +94,8 @@ TreeModel::getCover( const QModelIndex& index ) trackInfo["album"] = item->album()->name(); requestData.type = Tomahawk::InfoSystem::InfoAlbumCoverArt; } + else + return; trackInfo["pptr"] = QString::number( (qlonglong)item ); m_coverHash.insert( (qlonglong)item, index );