greeven
Results
1
comments of
greeven
Had the same problem and found the culprit in netflix-subtitle-downloader.js on line 17. ``` //old line const WEBVTT = 'webvtt-lssdh-ios8'; // new line const WEBVTT = 'dfxp-ls-sdh'; ``` This _should_...