mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Do not apply share limit if the previous one was applied
PR #19970. Closes #19857.
This commit is contained in:
committed by
GitHub
parent
92f810873a
commit
bfa8dc7f67
@@ -2227,6 +2227,8 @@ void SessionImpl::processShareLimits()
|
|||||||
torrent->setSuperSeeding(true);
|
torrent->setSuperSeeding(true);
|
||||||
LogMsg(u"%1 %2 %3"_s.arg(description, tr("Super seeding enabled."), torrentName));
|
LogMsg(u"%1 %2 %3"_s.arg(description, tr("Super seeding enabled."), torrentName));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user