From 76a397a76c97df67faed3871e882681dbf8927c9 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Sun, 31 Mar 2013 23:46:45 +0200 Subject: Switch subs on/off when playing recordings --- index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.html') 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(); -- cgit v1.2.3