fix: turbo frame for tvshow results

This commit is contained in:
2025-07-14 20:54:12 -05:00
parent f2971eee9c
commit f610297294
4 changed files with 40 additions and 38 deletions

View File

@@ -8,4 +8,12 @@
</div>
</template>
</turbo-stream>
{% endblock %}
{% block tvshow_results %}
<turbo-stream action="replace" targets="#{{ target }}">
<template>
{{ include('torrentio/partial/option-table.html.twig', {controller: 'tv-results'}) }}
</template>
</turbo-stream>
{% endblock %}