From 3b0dd1942f15fb8ae3d4ac54a6a60901091ef3a2 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 7 Aug 2025 14:54:13 +0300 Subject: [PATCH] fix scrape members --- templates/index.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index 712ce5f..218e8b9 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -14,8 +14,8 @@
  • {{ row.files }}
  • {% if row.scrape %}
  • {{ row.scrape.seeders }}
  • -
  • {{ row.scrape.seeders }}
  • -
  • {{ row.scrape.seeders }}
  • +
  • {{ row.scrape.peers }}
  • +
  • {{ row.scrape.leechers }}
  • {% endif %}