feat: notifies user of bad RD download (failed for copyright, etc.)
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 13s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 13s
This commit is contained in:
@@ -10,6 +10,8 @@ use OneToMany\RichBundle\Contract\InputInterface;
|
||||
/** @implements InputInterface<DownloadMediaInput> */
|
||||
class DownloadMediaInput implements InputInterface
|
||||
{
|
||||
public ?string $mercureAlertTopic = null;
|
||||
|
||||
public function __construct(
|
||||
#[SourceRequest('url')]
|
||||
public string $url,
|
||||
@@ -44,6 +46,7 @@ class DownloadMediaInput implements InputInterface
|
||||
$this->imdbId,
|
||||
$this->userId,
|
||||
$this->downloadId,
|
||||
$this->mercureAlertTopic,
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user