From 29914138aa4a82b2e95bc4d7ba21f6cfca66d649 Mon Sep 17 00:00:00 2001 From: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:31:13 +0000 Subject: [PATCH] cleanup --- server/RdtClient.Service/Services/Torrents.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/RdtClient.Service/Services/Torrents.cs b/server/RdtClient.Service/Services/Torrents.cs index 146c185..3b2bb21 100644 --- a/server/RdtClient.Service/Services/Torrents.cs +++ b/server/RdtClient.Service/Services/Torrents.cs @@ -813,7 +813,7 @@ public class Torrents( } } - private void Log(String message, Data.Models.Data.Download? download, Torrent? torrent) + private void Log(String message, Download? download, Torrent? torrent) { if (download != null) {