mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-27 08:20:47 +00:00
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
sub init()
|
|
m.top.poster.uri = "pkg:/images/spinner.png"
|
|
m.top.control = "start"
|
|
m.top.clockwise = true
|
|
m.top.spinInterval = 1
|
|
end sub
|