mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
Fix showing name for non-music torrents on details page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user