jf-roku/components/home/Home.brs
2022-05-30 08:57:40 -04:00

13 lines
252 B
Plaintext

sub init()
m.top.overhangTitle = "Home"
m.top.optionsAvailable = true
end sub
sub refresh()
m.top.findNode("homeRows").callFunc("loadLibraries")
end sub
sub loadLibraries()
m.top.findNode("homeRows").callFunc("loadLibraries")
end sub