diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-03-28 22:01:53 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-03-29 08:56:41 +0200 |
commit | 3127977b56ea3c5305139ed27073363036922542 (patch) | |
tree | a3548e63f81b08f1d6a5f086b649bca16872b3c7 /addons | |
parent | e6c9fd4a4039372be99c05ebcc5f8fb44e13c189 (diff) |
[PVR] Guide window: Fix playing archived programme not selected on window init.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRGuideControls.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/DialogPVRGuideControls.xml b/addons/skin.estuary/xml/DialogPVRGuideControls.xml index 9e91a54549..ad4fa50362 100644 --- a/addons/skin.estuary/xml/DialogPVRGuideControls.xml +++ b/addons/skin.estuary/xml/DialogPVRGuideControls.xml @@ -124,7 +124,7 @@ </include> <animation effect="rotate" start="0" end="-90" center="auto" condition="true">Conditional</animation> <onclick>PVR.EpgGridControl(PlayingChannel)</onclick> - <visible>PVR.IsPlayingTV | PVR.IsPlayingRadio</visible> + <visible>PVR.IsPlayingTV | PVR.IsPlayingRadio | PVR.IsPlayingEpgTag</visible> </control> <control type="radiobutton" id="70042"> <include content="OSDButton"> |