mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-22 04:34:17 +00:00
fix request scrape update on torrent download
This commit is contained in:
parent
a47893ff9b
commit
79886c0d77
@ -415,7 +415,7 @@ class TorrentService
|
|||||||
if ($torrent = $this->getTorrent($torrentId))
|
if ($torrent = $this->getTorrent($torrentId))
|
||||||
{
|
{
|
||||||
$torrent->setScraped(
|
$torrent->setScraped(
|
||||||
time()
|
$time
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->entityManagerInterface->persist($torrent);
|
$this->entityManagerInterface->persist($torrent);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user