mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
improve claim settle message
This commit is contained in:
@@ -56,12 +56,6 @@ class Torrent
|
||||
return $snatchedList;
|
||||
}
|
||||
|
||||
public function listPTGenInfo(array $torrentIdArr)
|
||||
{
|
||||
$list = TorrentExtra::query()->whereIn('torrent_id', $torrentIdArr)->get(['torrent_id', 'pt_gen']);
|
||||
}
|
||||
|
||||
|
||||
public function renderProgressBar($activeStatus, $progress): string
|
||||
{
|
||||
$color = '#aaa';
|
||||
|
||||
Reference in New Issue
Block a user