jf-roku/components/data/ImageData.brs
2020-03-18 09:10:31 +00:00

7 lines
159 B
Plaintext

sub setFields()
json = m.top.json
m.top.imagetype = json.imagetype
m.top.size = json.size
m.top.height = json.height
m.top.width = json.width
end sub