diff --git a/src/libtomahawk/playlist/trackmodel.cpp b/src/libtomahawk/playlist/trackmodel.cpp index 710f0ebe0..96c7cbc93 100644 --- a/src/libtomahawk/playlist/trackmodel.cpp +++ b/src/libtomahawk/playlist/trackmodel.cpp @@ -87,6 +87,7 @@ TrackModel::columnCount( const QModelIndex& parent ) const switch ( m_style ) { case Short: + case ShortWithAvatars: return 1; break;