remove doubled pathname issue

This commit is contained in:
Janis
2023-11-12 18:52:24 +01:00
parent 0b74390d2e
commit 232bca2bbc
5 changed files with 27 additions and 10 deletions

View File

@@ -27,10 +27,6 @@ export default function Generator() {
url.searchParams.set("hideNonTalking", hideNonTalking.toString());
url.searchParams.set("clientLimit", clientLimit.toString());
if (url.hostname.includes("dertyp7.github.io")) {
url.pathname = url.pathname + "ts5-obs-overlay/";
}
setOutputUrl(url.toString());
}

View File

@@ -16,7 +16,7 @@ export default function Viewer({
remoteAppPort: remoteAppPort,
auth: {
identifier: "de.tealfire.obs",
version: "2.0.4",
version: "2.0.5",
name: "TS5 OBS Overlay",
description: "A OBS overlay for TS5 by DerTyp7",
},