From 58596953e5e71d2f249cb985c285722a7858e196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B8nstantine=20Kovalensky?= <45331093+kovalensky@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:21:04 +0400 Subject: [PATCH] Include full url for client icon displaying (#1088) --- library/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/functions.php b/library/includes/functions.php index dc9a56b92..b9f7fc91f 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -1237,7 +1237,7 @@ function get_user_torrent_client(string $peerId): mixed } if (!empty($bestMatch)) { - return '' . $bestMatch . ''; + return '' . $bestMatch . ''; } return $peerId;