Fix showing name for non-music torrents on details page

This commit is contained in:
itismadness
2025-07-23 15:34:29 +00:00
committed by Spine
parent 9f274efaf6
commit 9010b558bc

View File

@@ -20,7 +20,7 @@
{%- else -%}
"{{ torrent.location }}">
{%- endif -%}
{{ torrent.label(viewer)|raw }}</a>
{{ (torrent.group.categoryName == 'Music') ? torrent.label(viewer)|raw : torrent.name }}</a>
</td>
{% include 'torrent/stats.twig' with {
'prev_primary' : prev_primary,