mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add torrent download events #4
This commit is contained in:
parent
964dae97aa
commit
855929f592
6 changed files with 162 additions and 6 deletions
|
|
@ -630,7 +630,7 @@ class TorrentService
|
|||
->findTorrentDownloadFilesTotalByTorrentId($torrentId);
|
||||
}
|
||||
|
||||
public function registerTorrentDownloadFile(
|
||||
public function addTorrentDownloadFile(
|
||||
int $torrentId,
|
||||
int $userId,
|
||||
int $added
|
||||
|
|
@ -672,7 +672,7 @@ class TorrentService
|
|||
->findTorrentDownloadMagnetsTotalByTorrentId($torrentId);
|
||||
}
|
||||
|
||||
public function registerTorrentDownloadMagnet(
|
||||
public function addTorrentDownloadMagnet(
|
||||
int $torrentId,
|
||||
int $userId,
|
||||
int $added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue