diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2018-03-14 09:43:16 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2018-03-15 15:50:39 +0100 |
commit | 29164ecebe945079bf7361d4f56f990ba2b9f59b (patch) | |
tree | 217bee0a57af1d98b39f7edc0ac0f44bcc32b51d /addons | |
parent | 72f2a1ad6b6de4773fd50a7df878c7576bbe8452 (diff) |
[PVR] PVRGUIInfo: Fixed PVR.EpgEventDuration, PVR.EpgEvent(Elapsed|Remaining|Finish)Time to support channel preview.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/DialogSeekBar.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml index 75464e6dc9..d31d09e7a7 100644 --- a/addons/skin.estuary/xml/DialogSeekBar.xml +++ b/addons/skin.estuary/xml/DialogSeekBar.xml @@ -131,8 +131,7 @@ <label>$VAR[SeekTimeLabelVar]</label> <font>font45</font> <shadowcolor>black</shadowcolor> - <visible>!Player.ChannelPreviewActive</visible> - <animation effect="fade" start="0" end="100" time="200" delay="1000">Visible</animation> + <visible>!Player.ChannelPreviewActive | VideoPlayer.HasEpg</visible> </control> <control type="label" id="40000"> <centerleft>50%</centerleft> |