mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-02 20:44:56 +00:00
14 lines
337 B
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>
|