diff --git a/client/global.go b/client/global.go index 3a416315..a52ac046 100644 --- a/client/global.go +++ b/client/global.go @@ -223,6 +223,8 @@ func (info *DeviceInfo) ToJson() []byte { return 1 case AndroidWatch: return 2 + case MacOS: + return 3 } return 0 }(),