mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 22:29:43 +00:00
10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
sub init()
|
|
m.top.functionName = "search"
|
|
end sub
|
|
|
|
sub search()
|
|
if m.top.query <> invalid and m.top.query <> ""
|
|
m.top.results = searchMedia(m.top.query)
|
|
end if
|
|
end sub
|