1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-11 14:43:42 +00:00

(trunk libT) #2552: Torrent state doesn't change automatically anymore

This commit is contained in:
Charles Kerr 2009-11-05 01:31:35 +00:00
parent 288a6d143a
commit 45e84d9ac6

View file

@ -1175,6 +1175,7 @@ peerCallbackFunc( void * vpeer, void * vevent, void * vt )
tr_torrentFileCompleted( tor, fileIndex );
}
}
tr_torrentRecheckCompleteness( tor );
}
break;
}