fix: links to media by imdb id

This commit is contained in:
2025-06-07 10:13:40 -05:00
parent 6d4bbf2e72
commit ac6276f444
9 changed files with 26 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ use OneToMany\RichBundle\Contract\CommandInterface;
class GetMediaInfoCommand implements CommandInterface
{
public function __construct(
public string $tmdbId,
public string $imdbId,
public string $mediaType,
) {}
}