From 81e2f2bbb1796b2a480fe92587bb8fc0014facbd Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 26 Oct 2020 03:07:29 +0100 Subject: [PATCH] Adding comments to the post install sh --- subtitles-octopus-fix.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/subtitles-octopus-fix.sh b/subtitles-octopus-fix.sh index 617b98fb..64e7b574 100755 --- a/subtitles-octopus-fix.sh +++ b/subtitles-octopus-fix.sh @@ -1,5 +1,10 @@ #!/usr/bin/bash +# +# Small fix to support strict mode in subtitles-octopus while waiting for the PR to be merged & a new version to be released. +# + + LINE_204=" self.video.addEventListener(\\\"loadedmetadata\\\", function listener(e) {" LINE_205=" e.target.removeEventListener(e.type, listener);"