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

@@ -17,7 +17,7 @@
</p>
</div>
<a class="h-9 rounded-md py-1 px-2 bg-green-600 text-gray-50"
href="{{ path('app_search_result', {mediaType: mediaType, tmdbId: tmdbId}) }}"
href="{{ path('app_search_result', {mediaType: mediaType, imdbId: imdbId}) }}"
>choose</a>
</div>
</div>