mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 12:52:09 +01:00
change version in auth payload
This commit is contained in:
@@ -11,7 +11,7 @@ export default function App() {
|
|||||||
remoteAppPort: parseInt(searchParams.get("remoteAppPort") ?? "5899"),
|
remoteAppPort: parseInt(searchParams.get("remoteAppPort") ?? "5899"),
|
||||||
auth: {
|
auth: {
|
||||||
identifier: "de.tealfire.obs",
|
identifier: "de.tealfire.obs",
|
||||||
version: "1.2.2",
|
version: "1.2.3",
|
||||||
name: "TS5 OBS Overlay",
|
name: "TS5 OBS Overlay",
|
||||||
description: "A OBS overlay for TS5 by DerTyp876",
|
description: "A OBS overlay for TS5 by DerTyp876",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user