mirror of
				https://github.com/DerTyp7/teamspeak-obs-overlay.git
				synced 2025-10-30 21:27:10 +01:00 
			
		
		
		
	[feature] show proper viewer
This commit is contained in:
		| @@ -434,7 +434,10 @@ class TS5MessageHandler { | ||||
|   } | ||||
|   handleClientSelfPropertyUpdatedMessage(data: IClientSelfPropertyUpdatedMessage) { | ||||
|     console.log("handleClientSelfPropertyUpdated", data); | ||||
|     this.setActiveConnectionId(data.payload.connectionId); | ||||
|  | ||||
|     if (data.payload.flag == "inputHardware") { // sadly thats the only way to detect if a server is active or not | ||||
|       this.setActiveConnectionId(data.payload.connectionId); | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   handleServerPropertiesUpdatedMessage(data: IServerPropertiesUpdatedMessage) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Janis
					Janis