fix: broken download, added to queue alert, download list component; feat: monitor list
This commit is contained in:
@@ -37,6 +37,8 @@ readonly class DownloadMediaHandler implements HandlerInterface
|
||||
$download = $this->downloadRepository->find($command->downloadId);
|
||||
}
|
||||
|
||||
dump($download);
|
||||
|
||||
try {
|
||||
$this->downloadRepository->updateStatus($download->getId(), 'In Progress');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user