Minor code change (#970)

Show torrent client icons for statistics
This commit is contained in:
Cønstantine K ̷o̷valensky 2023-10-13 13:31:19 +04:00 committed by GitHub
commit 716d54a217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,7 @@ if ($tor_reged && $tor_info) {
'cdown' => 'tr.downloaded',
'sup' => 'tr.speed_up',
'sdown' => 'tr.speed_down',
'time' => 'tr.update_time'
'time' => 'tr.update_time',
'peer_id' => 'tr.peer_id',
];