Skip to content

Commit

Permalink
Merge pull request #1447 from 1hitsong/fixMovieSorting
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Oct 28, 2023
2 parents 62e9f3b + 2c87e4f commit 4c10e87
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 4c10e87

Please sign in to comment.