From 79886c0d77b8816bfdf064d6e71fc45116043801 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 26 Oct 2023 04:09:42 +0300 Subject: [PATCH] fix request scrape update on torrent download --- src/Service/TorrentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);