diff options
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Types.hx b/src/Types.hx index f2b506f..5706111 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -46,7 +46,8 @@ typedef WsEvent = { clients:Array<ClientData>, isUnknownClient:Bool, clientName:String, - videoList:Array<VideoItem> + videoList:Array<VideoItem>, + globalIp:String }, ?login:{ clientName:String, |
