diff --git a/unrouted_handler.go b/unrouted_handler.go index a44a1fe..38fb6b1 100644 --- a/unrouted_handler.go +++ b/unrouted_handler.go @@ -415,7 +415,7 @@ func (handler *UnroutedHandler) PatchFile(w http.ResponseWriter, r *http.Request // ... send the info out to the channel if handler.config.NotifyCompleteUploads { - info.Size = newOffset + info.Offset = newOffset handler.CompleteUploads <- info } }