jf-roku/components/data/ImageData.brs

8 lines
170 B
Plaintext
Raw Permalink Normal View History

2019-05-03 12:48:59 +00:00
sub setFields()
2021-07-09 20:08:32 +00:00
json = m.top.json
m.top.imagetype = json.imagetype
m.top.size = json.size
m.top.height = json.height
m.top.width = json.width
2022-05-30 12:57:40 +00:00
end sub