jf-roku/components/data/FolderData.brs
2020-10-30 17:23:28 +00:00

10 lines
193 B
Plaintext

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