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)) {