fix extracting from webdav

This commit is contained in:
Chee Yee
2024-04-29 00:13:07 -07:00
parent 5df5447eb0
commit 0feff205d2
+1 -1
View File
@@ -279,5 +279,5 @@ ClientType WebDAVClient::clientType()
uint32_t WebDAVClient::SupportedActions()
{
return REMOTE_ACTION_ALL;
return REMOTE_ACTION_ALL ^ REMOTE_ACTION_RAW_READ;
}