aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorksooo <3226626+ksooo@users.noreply.github.com>2024-05-07 12:42:40 +0200
committerksooo <3226626+ksooo@users.noreply.github.com>2024-05-07 19:06:04 +0200
commit638d47d3af12785bac7d4646bda5dc49563988fd (patch)
tree5ff70fbb82e03cb6142d4a4eab5620a2984ac28c /addons
parent62b035225a7702655ad31ea3dc733c12abd47949 (diff)
downloadxbmc-638d47d3af12785bac7d4646bda5dc49563988fd.tar.xz
[Estuary][PVR][guiinfo] Rename gui info int System.PVRCount to PVR.ClientCount. Adapt Estuary skin accordingly.
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/Variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml
index cf3e8cd8af..041a0c765f 100644
--- a/addons/skin.estuary/xml/Variables.xml
+++ b/addons/skin.estuary/xml/Variables.xml
@@ -799,6 +799,6 @@
<value>$INFO[ListItem.Duration,$LOCALIZE[180]: ][CR]$VAR[VideoCodecVar,, ]$INFO[ListItem.VideoResolution,| , ]$VAR[VideoResolutionTypeVar,, ]$VAR[VideoHDRVar,| , ]$INFO[ListItem.VideoAspect,| ,:1 ]$VAR[AudioCodecVar,| , ]$VAR[AudioChannelsVar]</value>
</variable>
<variable name="PVRInstanceName">
- <value condition="Integer.IsGreater(System.PVRCount,1)">$INFO[ListItem.PVRClientName,[COLOR grey]$LOCALIZE[31137]:[/COLOR] ,]$INFO[ListItem.PVRInstanceName, (,)]</value>
+ <value condition="Integer.IsGreater(PVR.ClientCount,1)">$INFO[ListItem.PVRClientName,[COLOR grey]$LOCALIZE[31137]:[/COLOR] ,]$INFO[ListItem.PVRInstanceName, (,)]</value>
</variable>
</includes>