Update API docs

This commit is contained in:
cewert 2023-10-28 15:23:12 +00:00 committed by github-actions[bot]
parent 4c10e878a1
commit f0a63617f5
2 changed files with 2 additions and 1 deletions

View File

@ -216,6 +216,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)

File diff suppressed because one or more lines are too long