diff --git a/model/model.go b/model/model.go index c7b937470..fc69e581c 100644 --- a/model/model.go +++ b/model/model.go @@ -265,7 +265,7 @@ func (m *Model) LocalSize(repo string) (files, deleted int, bytes int64) { return true }) } - return 0, 0, 0 + return } // NeedSize returns the number and total size of currently needed files.