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