diff options
author | fuzzard <bmurphy@bcmcs.net> | 2018-01-04 22:09:36 +1000 |
---|---|---|
committer | fuzzard <bmurphy@bcmcs.net> | 2018-01-04 22:39:38 +1000 |
commit | b88c9099ddd126183f6e6d1e9f0e84ac275bd933 (patch) | |
tree | 16338dfc82407c2dd8d258a1279e9ab018227934 /addons/skin.estuary/xml/Includes_PVR.xml | |
parent | a67145167d48dbe730bf16f4534bb99cb42f4edc (diff) |
[Estuary][PVR] Add Ep/Season number to PVR channels list info
Diffstat (limited to 'addons/skin.estuary/xml/Includes_PVR.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes_PVR.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Includes_PVR.xml b/addons/skin.estuary/xml/Includes_PVR.xml index b85dea2a37..c67df54581 100644 --- a/addons/skin.estuary/xml/Includes_PVR.xml +++ b/addons/skin.estuary/xml/Includes_PVR.xml @@ -167,7 +167,7 @@ <top>435</top> <width>830</width> <height>70</height> - <label>[I]$INFO[ListItem.EpisodeName][/I]</label> + <label>[I]$VAR[SeasonEpisodeLabel]$INFO[ListItem.EpisodeName][/I]</label> </control> <control type="textbox"> <top>490</top> |