diff --git a/crates/librqbit/webui/src/rqbit-web.tsx b/crates/librqbit/webui/src/rqbit-web.tsx index 8dd4644..0617ffc 100644 --- a/crates/librqbit/webui/src/rqbit-web.tsx +++ b/crates/librqbit/webui/src/rqbit-web.tsx @@ -202,7 +202,7 @@ const Speed: React.FC<{ statsResponse: TorrentStats }> = ({ statsResponse }) =>
↑ {statsResponse.live.upload_speed.human_readable} {statsResponse.live.snapshot.uploaded_bytes > 0 && - (total {formatBytes(statsResponse.live.snapshot.uploaded_bytes)}})
+ ({formatBytes(statsResponse.live.snapshot.uploaded_bytes)})} }