mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 09:05:43 +00:00
fix request scrape update on torrent download
This commit is contained in:
parent
a47893ff9b
commit
79886c0d77
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ class TorrentService
|
|||
if ($torrent = $this->getTorrent($torrentId))
|
||||
{
|
||||
$torrent->setScraped(
|
||||
time()
|
||||
$time
|
||||
);
|
||||
|
||||
$this->entityManagerInterface->persist($torrent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue