mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
committed by
GitHub
parent
0a4ee60ea0
commit
616057a433
@@ -129,8 +129,8 @@ namespace
|
||||
map[KEY_TRANSFER_DLRATELIMIT] = session->downloadSpeedLimit();
|
||||
map[KEY_TRANSFER_UPRATELIMIT] = session->uploadSpeedLimit();
|
||||
|
||||
const qint64 atd = session->getAlltimeDL();
|
||||
const qint64 atu = session->getAlltimeUL();
|
||||
const qint64 atd = sessionStatus.allTimeDownload;
|
||||
const qint64 atu = sessionStatus.allTimeUpload;
|
||||
map[KEY_TRANSFER_ALLTIME_DL] = atd;
|
||||
map[KEY_TRANSFER_ALLTIME_UL] = atu;
|
||||
map[KEY_TRANSFER_TOTAL_WASTE_SESSION] = sessionStatus.totalWasted;
|
||||
|
||||
Reference in New Issue
Block a user