mirror of
https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
synced 2025-10-30 05:07:16 +01:00
update project structure
This commit is contained in:
@@ -26,7 +26,7 @@ export class TS5MessageHandler implements ITS5MessageHandler {
|
||||
|
||||
if (channelInfos) {
|
||||
if (channelInfos.subChannels !== null && channel.id in channelInfos.subChannels) {
|
||||
channelInfos.subChannels[channel.id].forEach((subChannel: IChannel) => {
|
||||
channelInfos.subChannels[channel.id]?.forEach((subChannel: IChannel) => {
|
||||
this.dataHandler.addChannel({ ...subChannel, connection: connection });
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user