diff options
author | thlo <t.lohmar@gmx.de> | 2013-01-01 22:07:29 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-01-01 22:07:29 +0100 |
commit | 6875170a503df081979d3b786b2b186334b31aab (patch) | |
tree | 02d445015e130d32834cf58bb4d1a6a43a30bc0c /smarttv-client/Javascript/Config.js | |
parent | 06ce7556e61e65c52cd222c8c401bcbbda5ceb92 (diff) | |
download | vdr-plugin-smarttvweb-6875170a503df081979d3b786b2b186334b31aab.tar.gz vdr-plugin-smarttvweb-6875170a503df081979d3b786b2b186334b31aab.tar.bz2 |
Native Volume OSD also visible on 2011 Models.
Seeking duration (Jump Forward and Backward) now adjustable during
playback.
Minor Bug Fixes.
Diffstat (limited to 'smarttv-client/Javascript/Config.js')
-rwxr-xr-x | smarttv-client/Javascript/Config.js | 1 |
1 files changed, 1 insertions, 0 deletions
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);
|