mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-26 17:58:19 +03:00
Do not apply share limit if the previous one was applied
PR #19970. Closes #19857.
This commit is contained in:
parent
92f810873a
commit
bfa8dc7f67
1 changed files with 2 additions and 0 deletions
|
@ -2227,6 +2227,8 @@ void SessionImpl::processShareLimits()
|
|||
torrent->setSuperSeeding(true);
|
||||
LogMsg(u"%1 %2 %3"_s.arg(description, tr("Super seeding enabled."), torrentName));
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue