From 141cb25b911a2450dd45cac409d3e02f596be8ab Mon Sep 17 00:00:00 2001 From: Mrs4s Date: Sat, 19 Dec 2020 00:18:38 +0800 Subject: [PATCH] fix miss. --- client/global.go | 2 ++ 1 file changed, 2 insertions(+) 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 }(),