feat: tv episode results
This commit is contained in:
15
src/Torrentio/Action/Command/GetTvShowOptionsCommand.php
Normal file
15
src/Torrentio/Action/Command/GetTvShowOptionsCommand.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Torrentio\Action\Command;
|
||||
|
||||
use OneToMany\RichBundle\Contract\CommandInterface;
|
||||
|
||||
class GetTvShowOptionsCommand implements CommandInterface
|
||||
{
|
||||
public function __construct(
|
||||
public string $tmdbId,
|
||||
public string $imdbId,
|
||||
public ?string $season,
|
||||
public ?string $episode,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user