mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 16:59:32 -05:00
update: announce controller
- return times_completed metric to user client
This commit is contained in:
@@ -549,6 +549,7 @@ class AnnounceController extends Controller
|
||||
'min interval' => self::MIN,
|
||||
'complete' => (int) $torrent->seeders,
|
||||
'incomplete' => (int) $torrent->leechers,
|
||||
'downloaded' => (int) $torrent->times_completed,
|
||||
'peers' => '',
|
||||
'peers6' => '',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user