BinaryONe commited on
Commit ·
f6ad205
1
Parent(s): 4c2a2de
Miseleneous Fix - Code Upgrades
Browse files
FileStream/server/template/owner.js
CHANGED
|
@@ -256,7 +256,7 @@ document.addEventListener('keydown', function (e) {
|
|
| 256 |
|
| 257 |
|
| 258 |
const videolink = window.location.href;
|
| 259 |
-
const streamlink = videolink.replace("/watch/", "/dl/");
|
| 260 |
|
| 261 |
function vlc_player() {
|
| 262 |
const openstreamlink = streamlink;
|
|
|
|
| 256 |
|
| 257 |
|
| 258 |
const videolink = window.location.href;
|
| 259 |
+
const streamlink = videolink.replace("app/watch/", "api/dl/");
|
| 260 |
|
| 261 |
function vlc_player() {
|
| 262 |
const openstreamlink = streamlink;
|