feat: renders movie download options on page
This commit is contained in:
@@ -15,7 +15,7 @@ final class TorrentioController extends AbstractController
|
||||
) {}
|
||||
|
||||
#[Route('/torrentio/movies/{imdbId}', name: 'app_torrentio')]
|
||||
public function index(GetMovieOptionsInput $input): Response
|
||||
public function movieOptions(GetMovieOptionsInput $input): Response
|
||||
{
|
||||
$results = $this->getMovieOptionsHandler->handle($input->toCommand());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user