mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 12:52:09 +01:00
added comments
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Parse teamspeak channel structure into our objects
|
||||
function parseChannelInfos(channelInfos) {
|
||||
let result = [];
|
||||
let rootChannels = channelInfos.rootChannels;
|
||||
@@ -15,6 +16,7 @@ function parseChannelInfos(channelInfos) {
|
||||
return result;
|
||||
}
|
||||
|
||||
// Parse teamspeak clients into our objects
|
||||
function parseClientInfos(clientInfos) {
|
||||
let result = [];
|
||||
clientInfos.forEach((e) => {
|
||||
|
||||
Reference in New Issue
Block a user