diff options
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> |