Fix for overhang

Incorrect variable type was being sent back.
This commit is contained in:
thomabx 2020-02-23 07:45:31 -08:00 committed by GitHub
parent 3314a21eb0
commit 016b9ec586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ end function
function CreateSeasonDetailsGroup(series, season)
group = CreateObject("roSGNode", "TVEpisodes")
group.seasonData = ItemMetaData(season.id)
group.seasonData = ItemMetaData(season.id).json
group.objects = TVEpisodes(series.id, season.id)
group.observeField("episodeSelected", m.port)