diff options
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Home.xml | 16 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Includes_Home.xml | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/addons/skin.estuary/xml/Home.xml b/addons/skin.estuary/xml/Home.xml index 19f9a867b2..b58fffe433 100644 --- a/addons/skin.estuary/xml/Home.xml +++ b/addons/skin.estuary/xml/Home.xml @@ -377,14 +377,14 @@ <param name="widget_header" value="$LOCALIZE[31148]"/> <param name="list_id" value="12900"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://channels/tv/*?view=lastplayed"/> <param name="sortby" value="lastplayed"/> <param name="sortorder" value="descending"/> <param name="widget_header" value="$LOCALIZE[31016]"/> <param name="list_id" value="12200"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://recordings/tv/active?view=flat"/> <param name="sortby" value="date"/> <param name="sortorder" value="descending"/> @@ -393,7 +393,7 @@ <param name="label" value="$INFO[ListItem.ChannelName]"/> <param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)]"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://timers/tv/timers/?view=hidedisabled"/> <param name="sortorder" value="ascending"/> <param name="sortby" value="date"/> @@ -403,7 +403,7 @@ <param name="label" value="$INFO[ListItem.Date]"/> <param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)] - $INFO[ListItem.ChannelName]"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://channels/tv"/> <param name="widget_header" value="$LOCALIZE[19173]"/> <param name="widget_target" value="tvguide"/> @@ -435,14 +435,14 @@ <param name="widget_header" value="$LOCALIZE[31148]"/> <param name="list_id" value="13900"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://channels/radio/*?view=lastplayed"/> <param name="sortby" value="lastplayed"/> <param name="sortorder" value="descending"/> <param name="widget_header" value="$LOCALIZE[31018]"/> <param name="list_id" value="13200"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://recordings/radio/active?view=flat"/> <param name="sortby" value="date"/> <param name="sortorder" value="descending"/> @@ -451,7 +451,7 @@ <param name="label" value="$INFO[ListItem.ChannelName]"/> <param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)]"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://timers/radio/timers/?view=hidedisabled"/> <param name="sortorder" value="ascending"/> <param name="sortby" value="date"/> @@ -461,7 +461,7 @@ <param name="label" value="$INFO[ListItem.Date]"/> <param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)] - $INFO[ListItem.ChannelName]"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://channels/radio"/> <param name="widget_header" value="$LOCALIZE[19174]"/> <param name="widget_target" value="radioguide"/> diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml index 36b83c2210..8e0a51c761 100644 --- a/addons/skin.estuary/xml/Includes_Home.xml +++ b/addons/skin.estuary/xml/Includes_Home.xml @@ -438,7 +438,7 @@ </item> </content> </include> - <include name="WidgetListChannels"> + <include name="WidgetListPVR"> <param name="item_treshold">0</param> <param name="item_limit">15</param> <param name="icon">$INFO[ListItem.Icon]</param> |