mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
(trunk gtk) #3519 "webseeds don't work" -- the `active' filter in the GTK+ client didn't test for webseed activity.
This commit is contained in:
@@ -621,6 +621,7 @@ test_torrent_activity( tr_torrent * tor, int type )
|
||||
case ACTIVITY_FILTER_ACTIVE:
|
||||
return ( st->peersSendingToUs > 0 )
|
||||
|| ( st->peersGettingFromUs > 0 )
|
||||
|| ( st->webseedsSendingToUs > 0 )
|
||||
|| ( st->activity == TR_STATUS_CHECK );
|
||||
|
||||
case ACTIVITY_FILTER_PAUSED:
|
||||
|
||||
Reference in New Issue
Block a user