Skip to content

Commit

Permalink
Merge pull request #1603 from 1hitsong/fixArtistNameDisplay
Browse files Browse the repository at this point in the history
Make music artist presentation views honor the Item Titles setting
  • Loading branch information
1hitsong authored Jan 2, 2024
2 parents 37bc7dc + df6a04f commit 769c5f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/ItemGrid/MusicLibraryView.bs
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,12 @@ sub loadInitialItems()
m.loadItemsTask.itemId = m.top.parentItem.parentFolder
else if LCase(m.view) = "artistspresentation" or LCase(m.options.view) = "artistspresentation"
m.loadItemsTask.genreIds = ""
m.top.showItemTitles = "hidealways"
else if LCase(m.view) = "artistsgrid" or LCase(m.options.view) = "artistsgrid"
m.loadItemsTask.genreIds = ""
else if LCase(m.view) = "albumartistsgrid" or LCase(m.options.view) = "albumartistsgrid"
m.loadItemsTask.genreIds = ""
else if LCase(m.view) = "albumartistspresentation" or LCase(m.options.view) = "albumartistspresentation"
m.loadItemsTask.genreIds = ""
m.top.showItemTitles = "hidealways"
else
m.loadItemsTask.itemId = m.top.parentItem.Id
end if
Expand Down

0 comments on commit 769c5f4

Please sign in to comment.