diff --git a/src/Service/TorrentService.php b/src/Service/TorrentService.php index 6cb8a10..00986a3 100644 --- a/src/Service/TorrentService.php +++ b/src/Service/TorrentService.php @@ -415,7 +415,7 @@ class TorrentService if ($torrent = $this->getTorrent($torrentId)) { $torrent->setScraped( - time() + $time ); $this->entityManagerInterface->persist($torrent);