Skip to content

Commit

Permalink
Fix default A-Z movie sorting
Browse files Browse the repository at this point in the history
Fixes #1444
  • Loading branch information
1hitsong committed Oct 28, 2023
1 parent 62e9f3b commit 2c87e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ItemGrid/MovieLibraryView.brs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ sub loadInitialItems()
if not isValid(m.filter) then m.filter = "All"
if not isValid(m.filterOptions) then m.filterOptions = "{}"
if not isValid(m.view) then m.view = "Movies"
if not isValid(m.sortAscending) then m.sortAscending = true

m.filterOptions = ParseJson(m.filterOptions)

Expand Down

0 comments on commit 2c87e4f

Please sign in to comment.