From f25e5ee20bd3c3e25f500e26c4b5df209c87d716 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 28 Jan 2024 00:38:28 +0700 Subject: [PATCH] Update torrent_show_dl_list.php --- library/includes/torrent_show_dl_list.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/includes/torrent_show_dl_list.php b/library/includes/torrent_show_dl_list.php index b214a1b0..1d2c8d7d 100644 --- a/library/includes/torrent_show_dl_list.php +++ b/library/includes/torrent_show_dl_list.php @@ -88,6 +88,10 @@ if ($show_dl_list) $dl_count_mode_cnt = 0; foreach ($dl_status_css as $i => $desc) { + if ($i == DL_STATUS_RELEASER) + { + continue; + } if ($dl_cat[$i] && !$count_mode) { $dl_users_div_style = ($dl_count[$i] > $max_dl_users_before_overflow) ? $dl_users_div_style_overflow : $dl_users_div_style_normal;