En la sección de TODO indicar las que necesitan fichero ass
This commit is contained in:
parent
56aa8729e2
commit
eca302fac0
|
@ -7,6 +7,7 @@
|
||||||
<th>Canción</th>
|
<th>Canción</th>
|
||||||
<th>Video</th>
|
<th>Video</th>
|
||||||
<th>Subtitulos</th>
|
<th>Subtitulos</th>
|
||||||
|
<th>ASS</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -15,6 +16,7 @@
|
||||||
<td>{{ song.name }}</td>
|
<td>{{ song.name }}</td>
|
||||||
<td>{{ song.video|display_boolean }}</td>
|
<td>{{ song.video|display_boolean }}</td>
|
||||||
<td>{{ song.has_subtitles|display_boolean }}</td>
|
<td>{{ song.has_subtitles|display_boolean }}</td>
|
||||||
|
<td>{{ song.ass|display_boolean }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue