mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-24 11:07:02 +08:00
feat: webdav for sharepoint online (#460)
This commit is contained in:
7
drivers/webdav/util.go
Normal file
7
drivers/webdav/util.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package webdav
|
||||
|
||||
import "github.com/Xhofe/alist/model"
|
||||
|
||||
func isSharePoint(account *model.Account) bool {
|
||||
return account.InternalType == "sharepoint"
|
||||
}
|
||||
Reference in New Issue
Block a user