WIP: working move/tv show download
This commit is contained in:
@@ -10,13 +10,14 @@ use OneToMany\RichBundle\Contract\CommandInterface;
|
||||
class DownloadMediaCommand implements CommandInterface
|
||||
{
|
||||
public function __construct(
|
||||
public string $url,
|
||||
public string $title,
|
||||
public string $filename,
|
||||
public string $mediaType,
|
||||
public string $imdbId,
|
||||
public int $userId,
|
||||
public ?int $downloadId = null,
|
||||
public string $mediaType,
|
||||
public int|string|null $season = null,
|
||||
public int|string|null $episode = null,
|
||||
public string|null $url = null,
|
||||
public array|null $filter = null,
|
||||
public int|null $downloadId = null,
|
||||
public int|null $userId = null,
|
||||
public ?string $mercureAlertTopic = null,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user