mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-30 18:01:04 +00:00
parent
62e9f3bee4
commit
2c87e4f9f7
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user