diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-06-01 23:17:43 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-06-01 23:17:43 +0300 |
commit | 3f1b0314601687ca5e0b34215ddabcb928264b0e (patch) | |
tree | 18bdc6a241510e707892b623670cd8dc7a7fab69 | |
parent | 133d0e8babe07c6905520fd83fe75303045dc42d (diff) |
still trying to fix something again
-rw-r--r-- | localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js b/localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js index 41123a3..4885c53 100644 --- a/localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js +++ b/localwebsite/htdocs/assets/h265webjs-dist/h265webjs-v20221106.js @@ -35916,7 +35916,7 @@ value: function(e) { var t = this, i = this; - this.initState && fetch(e,{credentials: "same-origin"}).then((function(e) { + this.initState && fetch(e,{credentials: "include"}).then((function(e) { return e.text() })).then((function(t) { return 1 == i._uriParse(e) ? i._m3u8Parse(t) : null |