diff options
-rw-r--r-- | History | 3 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ Tested on -Motorola Vip : 1960 (with and without HDD), 1910, 1903, 1963. +Motorola Vip : 1960, 1910, 1903, 1963. VDR 1.7.29 @@ -10,6 +10,7 @@ VDR 1.7.29 Added channelgroup 8 DVB-T Twente (The Netherlands) Fixed Menu 'Server : Media Directory' Fixed EPG & Server EPG info menu no more 'Undefined' but channelname/ number + When playing recordings you can switch subs on/off with 'yellow' 0.17 Show EPG from Server limited to X days ( 3 = default, set in settings.js) @@ -2258,6 +2258,8 @@ if (DelisOK) { } break; case "Yellow": + ShowSubs = 1 - ShowSubs; + videoplane.subtitles = Boolean(ShowSubs); // Enable subtitles or Disable subtitles break; case "Blue": ShowInfo(); |