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 | |
parent | 31260fd5a05db189044d75345602db10b6c05fa5 (diff) |
[skins] seeknumeric - use hh:mm:ss format
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estouchy/xml/VideoFullScreen.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/1080i/VideoFullScreen.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estouchy/xml/VideoFullScreen.xml b/addons/skin.estouchy/xml/VideoFullScreen.xml index f27f2705cb..aeb9493305 100644 --- a/addons/skin.estouchy/xml/VideoFullScreen.xml +++ b/addons/skin.estouchy/xml/VideoFullScreen.xml @@ -60,7 +60,7 @@ <align>left</align> <aligny>center</aligny> <font>font16</font> - <label>$INFO[Player.SeekNumeric]</label> + <label>$INFO[Player.SeekNumeric(hh:mm:ss)]</label> </control> </controls> </window> 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> |