10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
sub init()
|
|
m.top.title = "Jellyfin"
|
|
m.top.id = "overhang"
|
|
m.top.logoUri = "pkg:/images/logo.png"
|
|
m.top.logoBaselineOffset = 7.5
|
|
m.top.showOptions = true
|
|
|
|
m.top.optionsAvailable = true
|
|
end sub
|