update: announce controller

- return times_completed metric to user client
This commit is contained in:
HDVinnie
2023-08-31 18:35:18 -04:00
parent a53b5a67b6
commit ffaa3452b1
@@ -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' => '',
];