<?xml version="1.0" encoding="UTF-8"?>
<component name="EpgGetContent" extends="Task" >
	<interface>
	    <field id="cat" type="string"/>
		<field id="title" type="string"/>
    	<field id="categoriesNode" type="node"/>
    	<field id="itemsNode" type="node"/>
    	<field id="categories" type="array"/>
    	<field id="contentSet" type="boolean"/>
    </interface>

    <script type="text/brightscript" uri="pkg:/components/EpgGuiaScreen/EpgGetContent.brs"/>
    <script type="text/brightscript" uri="pkg:/components/generalUtils.brs"/>
</component>
