aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorMiguel Borges de Freitas <92enen@gmail.com>2023-06-10 13:46:03 +0100
committerMiguel Borges de Freitas <92enen@gmail.com>2023-06-10 15:11:22 +0100
commit0b71a2c151ce76de5352dc1277c4a7f680400dee (patch)
treea50d50410124651d5b89152529e1e5e61095aac2 /addons
parentce0bfc650201595da5fb4f52fe84738e8fd95290 (diff)
[Estuary] Reset 1110_seekbar timer on seeks
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/Timers.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Timers.xml b/addons/skin.estuary/xml/Timers.xml
index e9549dc9db..eb252a3a27 100644
--- a/addons/skin.estuary/xml/Timers.xml
+++ b/addons/skin.estuary/xml/Timers.xml
@@ -11,6 +11,7 @@
<timer>
<name>1110_topbaroverlay</name>
<description>A timer that is activated when the topbaroverlay is loaded and stops automatically after 5 seconds (or playback is resumed)</description>
- <stop>!Player.Paused | Integer.IsGreaterOrEqual(Skin.TimerElapsedSecs(1110_topbaroverlay),5)</stop>
+ <reset>[Player.Seeking | Player.Forwarding | Player.Rewinding | Player.HasPerformedSeek(1)]</reset>
+ <stop>Integer.IsGreaterOrEqual(Skin.TimerElapsedSecs(1110_topbaroverlay),5)</stop>
</timer>
</timers>