mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
11 lines
409 B
XML
11 lines
409 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component name="SearchData" extends="ContentNode">
|
|
<interface>
|
|
<field id="id" type="string" />
|
|
<field id="type" type="string" />
|
|
<field id="title" type="string" />
|
|
<field id="image" type="node" onChange="setPoster" />
|
|
<field id="posterURL" type="string" />
|
|
<field id="json" type="assocarray" onChange="setFields" />
|
|
</interface>
|
|
</component> |