a33ce8bd57
* Add TV Episode Shuffle * Reuse playback info * Get Subtitle Popup working * Get Subtitle Popup working * Get Resume/Restart popup working * Playlist poster, bug fixes * Remove commented out code * Start from beginning if playing queue * Fix Playback Info issue * Remove optional chaining to fix formatter * Fix playlist content list. Code cleanup. * Remove commented out code
11 lines
374 B
XML
11 lines
374 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="PlaylistData" extends="JFContentItem">
|
|
<interface>
|
|
<field id="id" type="string" />
|
|
<field id="title" type="string" />
|
|
<field id="image" type="node" onChange="setPoster" />
|
|
<field id="overview" type="string" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="PlaylistData.brs" />
|
|
</component>
|