feat: adds episode air date to results

This commit is contained in:
2025-05-08 23:47:08 -05:00
parent 4eed5fef78
commit 20ade478b1
5 changed files with 11 additions and 11 deletions

View File

@@ -15,11 +15,7 @@
</template>
</turbo-stream>
<turbo-stream action="prepend" target="alert_list">
<template>
<twig:Alert title="Success" message="{{ entity.title }} has been added to the Download queue" alert_id="{{ entity.id }}" data-controller="alert" />
</template>
</turbo-stream>
<twig:Alert title="Success" message="{{ entity.title }} has been added to the Download queue" alert_id="{{ entity.id }}" data-controller="alert" />
{% endblock %}
{% block update %}