jf-roku/components/JFOverhang.brs

11 lines
224 B
Plaintext
Raw Normal View History

sub init()
m.top.title = "Jellyfin"
m.top.id = "overhang"
m.top.logoUri = "pkg:/images/logo.png"
2019-10-15 20:26:41 +00:00
m.top.height = 115
m.top.logoBaselineOffset = 20
m.top.showOptions = true
m.top.optionsAvailable = true
end sub