mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Replace "seeding_duration" with "finished_duration" everywhere
Closes #10223. PR #13601.
This commit is contained in:
parent
d6fc020ba7
commit
d3bdeaab3f
8 changed files with 7 additions and 15 deletions
|
@ -1651,7 +1651,7 @@ void Session::processShareLimits()
|
|||
|
||||
if (torrent->seedingTimeLimit() != Torrent::NO_SEEDING_TIME_LIMIT)
|
||||
{
|
||||
const qlonglong seedingTimeInMinutes = torrent->seedingTime() / 60;
|
||||
const qlonglong seedingTimeInMinutes = torrent->finishedTime() / 60;
|
||||
int seedingTimeLimit = torrent->seedingTimeLimit();
|
||||
if (seedingTimeLimit == Torrent::USE_GLOBAL_SEEDING_TIME)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue