SVN commit 1246186 by jangmarker: juk: Style fix and filter fix If artist was empty and you clicked on the album name of the now playing track you did get an empty list instead of a list of the album's songs. U nowplaying.cpp M +1 -0 playlistcollection.cpp --- trunk/KDE/kdemultimedia/juk/playlistcollection.cpp #1246185:1246186 @@ -207,6 +207,7 @@ playlists.append(CollectionList::instance()); + if(!artist.isNull()) { // Just setting off the artist stuff in its own block. ColumnList columns; columns.append(PlaylistItem::ArtistColumn);