fix request scrape update on torrent download

This commit is contained in:
ghost 2023-10-26 04:09:42 +03:00
parent a47893ff9b
commit 79886c0d77

View File

@ -415,7 +415,7 @@ class TorrentService
if ($torrent = $this->getTorrent($torrentId))
{
$torrent->setScraped(
time()
$time
);
$this->entityManagerInterface->persist($torrent);