jellyfin-roku/components/VideoPlayer.xml

14 lines
337 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="VideoScene" extends="Scene">
<children>
<Video id="VideoPlayer" />
</children>
<script type="text/brightscript">
<![CDATA[
function init()
m.top.setFocus(true)
end function
]]>
</script>
</component>