mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-27 00:10:43 +00:00
fix new xml validation errors
This commit is contained in:
parent
c83f0f85a4
commit
9c8fab1758
@ -48,7 +48,6 @@
|
||||
</children>
|
||||
<interface>
|
||||
<field id="selectedItem" type="node" alwaysNotify="true" />
|
||||
<field id="focusedChild" type="node" onChange="focusChanged" />
|
||||
<field id="itemAlphaSelected" type="string" />
|
||||
</interface>
|
||||
</component>
|
5
components/data/JFContentItem.bs
Normal file
5
components/data/JFContentItem.bs
Normal file
@ -0,0 +1,5 @@
|
||||
' Called whenever m.top.json changes.
|
||||
' It is expected that each node that extends JFContentItem will override this function
|
||||
sub setFields()
|
||||
|
||||
end sub
|
Loading…
Reference in New Issue
Block a user