From 6875170a503df081979d3b786b2b186334b31aab Mon Sep 17 00:00:00 2001 From: thlo Date: Tue, 1 Jan 2013 22:07:29 +0100 Subject: Native Volume OSD also visible on 2011 Models. Seeking duration (Jump Forward and Backward) now adjustable during playback. Minor Bug Fixes. --- smarttv-client/Javascript/Config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'smarttv-client/Javascript/Config.js') diff --git a/smarttv-client/Javascript/Config.js b/smarttv-client/Javascript/Config.js index c260be1..8718fb5 100755 --- a/smarttv-client/Javascript/Config.js +++ b/smarttv-client/Javascript/Config.js @@ -243,6 +243,7 @@ Config.processConfig = function () { res = Config.getXmlValue("liveChannels"); if (res != 0) noLiveChannels = res; + Player.skipDuration = Config.skipDuration; Main.log("**** Config ****"); Main.log("serverUrl= " + Config.serverUrl); Main.log("format= " + Config.format); -- cgit v1.2.3