- Remove cover size setting, set automtically.
- Artist images only shown in grid view. - No images, or icons, shown in basic tree view.
This commit is contained in:
@@ -216,6 +216,9 @@ QVariant OnlineServicesModel::data(const QModelIndex &index, int role) const
|
||||
}
|
||||
break;
|
||||
}
|
||||
case Cantata::Role_ListImage:
|
||||
case Cantata::Role_Image:
|
||||
return MusicLibraryItem::Type_Album==item->itemType();
|
||||
case Qt::DecorationRole:
|
||||
if (MusicLibraryItem::Type_Song==item->itemType() && item->parentItem() && MusicLibraryItem::Type_Podcast==item->parentItem()->itemType()) {
|
||||
if (!static_cast<MusicLibraryItemPodcastEpisode *>(item)->localPath().isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user