From d2c7ee7c720707994890bc6a719e01758cb5225c Mon Sep 17 00:00:00 2001 From: Felix Date: Wed, 20 May 2026 16:27:18 +0300 Subject: [PATCH] refactor(streamdata): use readonly headers list in probe resolver --- LME.JackTor/Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LME.JackTor/Controller.cs b/LME.JackTor/Controller.cs index 8fe6dea..e689890 100644 --- a/LME.JackTor/Controller.cs +++ b/LME.JackTor/Controller.cs @@ -373,7 +373,7 @@ namespace LME.JackTor.Controllers } } - private (List headers, string host) ResolveProbeTorrentServer(JackTorSettings init, string account_email) + private (IReadOnlyList headers, string host) ResolveProbeTorrentServer(JackTorSettings init, string account_email) { if ((init.torrs == null || init.torrs.Length == 0) && (init.auth_torrs == null || init.auth_torrs.Count == 0)) {