Updated Boxset options

This commit is contained in:
candry7731 2022-06-16 20:38:31 -05:00
parent d7431bb025
commit e07d73ea6f

View File

@ -259,7 +259,7 @@ end sub
' Return parent collection type
function getCollectionType() as string
return m.top.parentItem.collectionType
return m.top.parentItem.Type
end function
' Search string array for search value. Return if it's found
@ -276,10 +276,9 @@ sub SetUpOptions()
options = {}
options.filter = []
options.favorite = []
if getCollectionType() = "movies"
setMoviesOptions(options)
else if getCollectionType() = "boxsets"
else if getCollectionType() = "Boxset"
setBoxsetsOptions(options)
else if getCollectionType() = "tvshows"
setTvShowsOptions(options)