mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-30 13:17:11 +01:00
[feature] now resetting everything on reconnect
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
function handleAuthMessage(data) {
|
||||
console.log("Handling auth message");
|
||||
channelList.items = parseChannelInfos(
|
||||
data.payload.connections[0].channelInfos
|
||||
channelList.setItems(
|
||||
parseChannelInfos(data.payload.connections[0].channelInfos)
|
||||
);
|
||||
clientList.setItems(
|
||||
parseClientInfos(data.payload.connections[0].clientInfos)
|
||||
);
|
||||
clientList.items = parseClientInfos(data.payload.connections[0].clientInfos);
|
||||
thisClient = clientList.getById(data.payload.connections[0].clientId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user