summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History3
-rw-r--r--index.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/History b/History
index 057f17f..989e668 100644
--- a/History
+++ b/History
@@ -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)
diff --git a/index.html b/index.html
index 79a96d1..91f612b 100644
--- a/index.html
+++ b/index.html
@@ -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();