diff --git a/nyaa/templates/rss.xml b/nyaa/templates/rss.xml index 0cd5181..295e1ea 100644 --- a/nyaa/templates/rss.xml +++ b/nyaa/templates/rss.xml @@ -12,7 +12,7 @@ {% if torrent.has_torrent and not magnet_links %} {{ url_for('download_torrent', torrent_id=torrent.meta.id, _external=True) }} {% else %} - {{ create_magnet_from_info(torrent.display_name, torrent.info_hash) }} + {{ create_magnet_from_es_info(torrent.display_name, torrent.info_hash) }} {% endif %} {{ url_for('view_torrent', torrent_id=torrent.meta.id, _external=True) }} {{ torrent.created_time|rfc822_es }}