mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-21 03:07:30 +08:00
fix: remove files
This commit is contained in:
@@ -87,5 +87,5 @@ func (w *WebdavStorage) UploadProgress() float64 {
|
||||
}
|
||||
|
||||
func (w *WebdavStorage) RemoveAll(path string) error {
|
||||
return w.fs.RemoveAll(path)
|
||||
return w.fs.RemoveAll(filepath.Join(w.dir, path))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user