From 38cd9a6e818971353410a318436e4a1bcdbf9bf9 Mon Sep 17 00:00:00 2001 From: cy33hc Date: Sat, 30 May 2026 20:16:34 -0700 Subject: [PATCH] match the client type --- source/clients/remote_client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/clients/remote_client.h b/source/clients/remote_client.h index 17cac31..85ee0a0 100644 --- a/source/clients/remote_client.h +++ b/source/clients/remote_client.h @@ -12,6 +12,7 @@ enum ClientType CLIENT_TYPE_SMB, CLIENT_TYPE_WEBDAV, CLIENT_TYPE_HTTP_SERVER, + CLIENT_TYPE_GOOGLE, CLIENT_TYPE_NFS, CLIENT_TYPE_FILEHOST, CLINET_TYPE_UNKNOWN