Artist images should not be used in basic tree style.
BUG: 389
This commit is contained in:
committed by
craig.p.drummond
parent
59b0682d81
commit
494f420414
@@ -456,7 +456,11 @@ int Settings::onlineView()
|
||||
|
||||
bool Settings::libraryArtistImage()
|
||||
{
|
||||
return GET_BOOL("libraryArtistImage", false);
|
||||
if (GET_BOOL("libraryArtistImage", false)) {
|
||||
int view=libraryView();
|
||||
return ItemView::Mode_SimpleTree!=view && ItemView::Mode_BasicTree!=view;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
int Settings::libraryCoverSize()
|
||||
|
||||
Reference in New Issue
Block a user