diff options
author | ronie <ronie@users.noreply.github.com> | 2016-10-30 12:42:49 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-10-30 12:42:49 +0100 |
commit | 705d2f5cdda13fa11237745b844152ef749173e5 (patch) | |
tree | 7427ea08df28abd731289e2354df703cd259019c /addons/skin.estuary | |
parent | 31260fd5a05db189044d75345602db10b6c05fa5 (diff) |
[skins] seeknumeric - use hh:mm:ss format
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/1080i/VideoFullScreen.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/1080i/VideoFullScreen.xml b/addons/skin.estuary/1080i/VideoFullScreen.xml index 096da51323..18d47e847f 100644 --- a/addons/skin.estuary/1080i/VideoFullScreen.xml +++ b/addons/skin.estuary/1080i/VideoFullScreen.xml @@ -36,7 +36,7 @@ <top>15</top> <width>1770</width> <height>100</height> - <label>$INFO[Player.SeekNumeric]</label> + <label>$INFO[Player.SeekNumeric(hh:mm:ss)]</label> <font>font12</font> <shadowcolor>black</shadowcolor> </control> |