diff options
author | BigNoid <big.noid1979@gmail.com> | 2016-08-15 13:08:50 +0200 |
---|---|---|
committer | BigNoid <big.noid1979@gmail.com> | 2016-08-15 13:08:50 +0200 |
commit | c3da2a0a264f2e53be9f976a47f9d43d0cfbd066 (patch) | |
tree | abab80ffce6b3674acc43a0ffbfaeb8d7123939a /addons | |
parent | 3ef5841985c24651cc967aeb863e42e05a11eb1d (diff) |
[estuary] drop player.seekoffset in seeklabel var
The infolabel will be removed shortly
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/1080i/Variables.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addons/skin.estuary/1080i/Variables.xml b/addons/skin.estuary/1080i/Variables.xml index 729f058bed..d128c215c2 100644 --- a/addons/skin.estuary/1080i/Variables.xml +++ b/addons/skin.estuary/1080i/Variables.xml @@ -194,7 +194,6 @@ </variable> <variable name="SeekLabel"> <value condition="!String.IsEmpty(Player.SeekStepSize)">$LOCALIZE[773][COLOR=grey] $INFO[Player.SeekStepSize][/COLOR]</value> - <value condition="!String.IsEmpty(Player.SeekOffset)">$LOCALIZE[773][COLOR=grey] $INFO[Player.SeekOffset][/COLOR]</value> <value condition="Player.Caching">$LOCALIZE[15107]</value> <value condition="Player.Paused">$LOCALIZE[112]</value> <value condition="Player.Forwarding">$LOCALIZE[31039] $VAR[VideoPlayerForwardRewindVar]</value> |