add torrent private info

This commit is contained in:
ghost 2023-11-15 09:52:49 +02:00
parent 3ce3dfe77b
commit 7177cdb4fe
17 changed files with 76 additions and 0 deletions

View file

@ -220,6 +220,18 @@
</td>
</tr>
{% endif %}
<tr>
<td>
{{ 'Private' | trans }}
</td>
<td>
{% if file.private %}
{{ 'Yes' | trans }}
{% else %}
{{ 'No' | trans }}
{% endif %}
</td>
</tr>
{% if file.source %}
<tr>
<td>