12 lines
512 B
XML
12 lines
512 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="GetNextEpisodeTask" extends="Task">
|
|
<interface>
|
|
<field id="videoID" type="string" />
|
|
<field id="showID" type="string" />
|
|
<field id="nextEpisodeData" type="assocarray" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="GetNextEpisodeTask.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/roku_modules/api/api.brs" />
|
|
</component> |