diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index ca554a283..5a70340df 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -1454,6 +1454,7 @@ tr_torrentRecheckCompleteness( tr_torrent * tor ) } tr_torrentSaveResume( tor ); + tr_torrentCheckSeedRatio( tor ); } tr_torrentUnlock( tor );