Skip to content

Commit

Permalink
Merge pull request #1452 from 1hitsong/fixMusicDefaultSort
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Oct 28, 2023
2 parents 2ed966e + 4be92ad commit 5233db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ItemGrid/MusicLibraryView.brs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ sub loadInitialItems()
if not isValid(m.sortField) then m.sortField = "SortName"
if not isValid(m.filter) then m.filter = "All"
if not isValid(m.view) then m.view = "ArtistsPresentation"
if not isValid(m.sortAscending) then m.sortAscending = true

m.top.showItemTitles = m.global.session.user.settings["itemgrid.gridTitles"]

Expand Down

0 comments on commit 5233db3

Please sign in to comment.