mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
remove doubled pathname issue
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user