En la sección de TODO indicar las que necesitan fichero ass

This commit is contained in:
Ales (Shagi) Zabala Alava 2022-07-28 18:08:33 +02:00
parent 56aa8729e2
commit eca302fac0
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<th>Canción</th>
<th>Video</th>
<th>Subtitulos</th>
<th>ASS</th>
</tr>
</thead>
<tbody>
@ -15,6 +16,7 @@
<td>{{ song.name }}</td>
<td>{{ song.video|display_boolean }}</td>
<td>{{ song.has_subtitles|display_boolean }}</td>
<td>{{ song.ass|display_boolean }}</td>
</tr>
{% endfor %}
</tbody>