jf-roku/components/data/FolderData.brs

10 lines
193 B
Plaintext
Raw Normal View History

2020-10-30 17:23:28 +00:00
sub setFields()
json = m.top.json
m.top.id = json.id
m.top.Title = json.name
m.top.Type = "Folder"
m.top.iconUrl = "pkg:/images/media_type_icons/folder_white.png"
end sub