From 99ea3f008f289209097bab88d950392c555b8d85 Mon Sep 17 00:00:00 2001 From: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com> Date: Sun, 23 Mar 2025 13:32:37 +0000 Subject: [PATCH] fix merge (again!) --- .../Services/TorrentClients/TorBoxTorrentClient.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/server/RdtClient.Service/Services/TorrentClients/TorBoxTorrentClient.cs b/server/RdtClient.Service/Services/TorrentClients/TorBoxTorrentClient.cs index 726e130..9f74b35 100644 --- a/server/RdtClient.Service/Services/TorrentClients/TorBoxTorrentClient.cs +++ b/server/RdtClient.Service/Services/TorrentClients/TorBoxTorrentClient.cs @@ -5,7 +5,6 @@ using Newtonsoft.Json; using TorBoxNET; using RdtClient.Data.Enums; using RdtClient.Data.Models.TorrentClient; -using System.Web; using RdtClient.Data.Models.Data; using RdtClient.Service.Helpers;