mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
🎨 add types
This commit is contained in:
@@ -202,7 +202,7 @@ func (driver Onedrive) Proxy(c *gin.Context, account *model.Account) {
|
||||
}
|
||||
|
||||
func (driver Onedrive) Preview(path string, account *model.Account) (interface{}, error) {
|
||||
return nil, nil
|
||||
return nil, NotSupport
|
||||
}
|
||||
|
||||
var _ Driver = (*Onedrive)(nil)
|
||||
Reference in New Issue
Block a user