2020-06-10 16:43:32 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="JFContentItem" extends="ContentNode">
|
|
|
|
<interface>
|
|
|
|
<field id="favorite" type="boolean" />
|
|
|
|
<field id="watched" type="boolean" />
|
|
|
|
<field id="posterUrl" type="string" />
|
|
|
|
<field id="backdropUrl" type="string" />
|
|
|
|
<field id="SubTitle" type="string" value="" />
|
2020-10-30 17:23:28 +00:00
|
|
|
<field id="iconUrl" type="string" value="" />
|
2020-06-10 16:43:32 +00:00
|
|
|
<field id="Type" type="string" value="" />
|
2021-01-30 19:38:39 +00:00
|
|
|
<field id="json" type="assocarray" onChange="setFields" />
|
2020-06-10 16:43:32 +00:00
|
|
|
</interface>
|
|
|
|
</component>
|