feat: download movie to dedicated directory

This commit is contained in:
2025-05-19 22:28:00 -05:00
parent 4638f3765a
commit 3074b2d5f1
5 changed files with 71 additions and 15 deletions

View File

@@ -37,8 +37,6 @@ readonly class DownloadMediaHandler implements HandlerInterface
$download = $this->downloadRepository->find($command->downloadId);
}
dump($download);
try {
$this->downloadRepository->updateStatus($download->getId(), 'In Progress');