mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
[feature] add List object
This commit is contained in:
@@ -21,9 +21,7 @@ function parseClientInfos(clientInfos) {
|
||||
result.push(
|
||||
new Client(
|
||||
e.id,
|
||||
channels.filter((obj) => {
|
||||
return obj.id === e.channelId;
|
||||
})[0],
|
||||
channelList.getById(e.channelId),
|
||||
e.properties.nickname,
|
||||
e.properties.inputMuted,
|
||||
e.properties.outputMuted
|
||||
|
||||
Reference in New Issue
Block a user