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