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
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…
Cancel
Save