mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 22:29:43 +00:00
Remove API Checkmarks
This commit is contained in:
parent
66b08400b7
commit
3be939ff36
@ -91,8 +91,6 @@ function ItemMetaData(id as string)
|
||||
tmp.json = data
|
||||
return tmp
|
||||
else if data.type = "Episode"
|
||||
' param = { "AddPlayedIndicator": data.UserData.Played }
|
||||
' imgParams.Append(param)
|
||||
tmp = CreateObject("roSGNode", "TVEpisodeData")
|
||||
tmp.image = PosterImage(data.id, imgParams)
|
||||
tmp.json = data
|
||||
@ -410,9 +408,8 @@ function TVSeasons(id as string) as dynamic
|
||||
|
||||
results = []
|
||||
for each item in data.Items
|
||||
imgParams = { "AddPlayedIndicator": item.UserData.Played }
|
||||
tmp = CreateObject("roSGNode", "TVSeasonData")
|
||||
tmp.image = PosterImage(item.id, imgParams)
|
||||
tmp.image = PosterImage(item.id)
|
||||
tmp.json = item
|
||||
results.push(tmp)
|
||||
end for
|
||||
|
Loading…
Reference in New Issue
Block a user