Updated Boxset options
This commit is contained in:
parent
d7431bb025
commit
e07d73ea6f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user