1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

(trunk libT) #2494: Adding a tracker changes announce status from time to "queued."

This commit is contained in:
Charles Kerr 2009-10-12 06:08:28 +00:00
parent 3bb47b4630
commit 3da08652ba

View file

@ -772,6 +772,9 @@ tr_announcerResetTorrent( tr_announcer * announcer, tr_torrent * tor )
tiersClear( tor->tiers );
addTorrentToTier( announcer, tor->tiers, tor );
if( tor->isRunning )
tr_announcerTorrentStarted( tor );
}
}