Updated Boxset options
This commit is contained in:
parent
d7431bb025
commit
e07d73ea6f
|
@ -259,7 +259,7 @@ end sub
|
||||||
|
|
||||||
' Return parent collection type
|
' Return parent collection type
|
||||||
function getCollectionType() as string
|
function getCollectionType() as string
|
||||||
return m.top.parentItem.collectionType
|
return m.top.parentItem.Type
|
||||||
end function
|
end function
|
||||||
|
|
||||||
' Search string array for search value. Return if it's found
|
' Search string array for search value. Return if it's found
|
||||||
|
@ -276,10 +276,9 @@ sub SetUpOptions()
|
||||||
options = {}
|
options = {}
|
||||||
options.filter = []
|
options.filter = []
|
||||||
options.favorite = []
|
options.favorite = []
|
||||||
|
|
||||||
if getCollectionType() = "movies"
|
if getCollectionType() = "movies"
|
||||||
setMoviesOptions(options)
|
setMoviesOptions(options)
|
||||||
else if getCollectionType() = "boxsets"
|
else if getCollectionType() = "Boxset"
|
||||||
setBoxsetsOptions(options)
|
setBoxsetsOptions(options)
|
||||||
else if getCollectionType() = "tvshows"
|
else if getCollectionType() = "tvshows"
|
||||||
setTvShowsOptions(options)
|
setTvShowsOptions(options)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user