Merge pull request #1603 from 1hitsong/fixArtistNameDisplay
Make music artist presentation views honor the Item Titles setting
This commit is contained in:
commit
769c5f40e8
|
@ -140,14 +140,12 @@ sub loadInitialItems()
|
||||||
m.loadItemsTask.itemId = m.top.parentItem.parentFolder
|
m.loadItemsTask.itemId = m.top.parentItem.parentFolder
|
||||||
else if LCase(m.view) = "artistspresentation" or LCase(m.options.view) = "artistspresentation"
|
else if LCase(m.view) = "artistspresentation" or LCase(m.options.view) = "artistspresentation"
|
||||||
m.loadItemsTask.genreIds = ""
|
m.loadItemsTask.genreIds = ""
|
||||||
m.top.showItemTitles = "hidealways"
|
|
||||||
else if LCase(m.view) = "artistsgrid" or LCase(m.options.view) = "artistsgrid"
|
else if LCase(m.view) = "artistsgrid" or LCase(m.options.view) = "artistsgrid"
|
||||||
m.loadItemsTask.genreIds = ""
|
m.loadItemsTask.genreIds = ""
|
||||||
else if LCase(m.view) = "albumartistsgrid" or LCase(m.options.view) = "albumartistsgrid"
|
else if LCase(m.view) = "albumartistsgrid" or LCase(m.options.view) = "albumartistsgrid"
|
||||||
m.loadItemsTask.genreIds = ""
|
m.loadItemsTask.genreIds = ""
|
||||||
else if LCase(m.view) = "albumartistspresentation" or LCase(m.options.view) = "albumartistspresentation"
|
else if LCase(m.view) = "albumartistspresentation" or LCase(m.options.view) = "albumartistspresentation"
|
||||||
m.loadItemsTask.genreIds = ""
|
m.loadItemsTask.genreIds = ""
|
||||||
m.top.showItemTitles = "hidealways"
|
|
||||||
else
|
else
|
||||||
m.loadItemsTask.itemId = m.top.parentItem.Id
|
m.loadItemsTask.itemId = m.top.parentItem.Id
|
||||||
end if
|
end if
|
||||||
|
|
Loading…
Reference in New Issue
Block a user