I have a script which does: roku.search() roku.literal('something') What I get is the search box on the TV filled in with 'omething' (1st letter lost). Is there a better way to do a search?
I have a script which does:
roku.search()
roku.literal('something')
What I get is the search box on the TV filled in with 'omething' (1st letter lost). Is there a better way to do a search?