Browse Source

fix request scrape update on torrent download

main
ghost 1 year ago
parent
commit
79886c0d77
  1. 2
      src/Service/TorrentService.php

2
src/Service/TorrentService.php

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

Loading…
Cancel
Save