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:
parent
3bb47b4630
commit
3da08652ba
1 changed files with 3 additions and 0 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue