From f5de40aeaffadcaf1df36c199f362a3575bdb68a Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Sat, 4 Jul 2015 12:08:40 +0100 Subject: [PATCH] ...call GridCoverSong for title bar too --- widgets/itemview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/itemview.cpp b/widgets/itemview.cpp index a3dfb7356..9acfe60a7 100644 --- a/widgets/itemview.cpp +++ b/widgets/itemview.cpp @@ -1456,7 +1456,7 @@ void ItemView::setTitle() if (!model) { return; } - title->update(model->data(index, Cantata::Role_CoverSong).value(), + title->update(model->data(index, Mode_IconTop==mode ? Cantata::Role_GridCoverSong : Cantata::Role_CoverSong).value(), model->data(index, Qt::DecorationRole).value(), model->data(index, Cantata::Role_TitleText).toString(), model->data(index, Cantata::Role_SubText).toString());