diff --git a/code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeClient.cs b/code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeClient.cs index 4b34619..c206751 100644 --- a/code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeClient.cs +++ b/code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeClient.cs @@ -1,4 +1,4 @@ -using System.Net.Http.Headers; +using System.Net.Http.Headers; using System.Text.Json.Serialization; using Common.Configuration; using Common.Configuration.DownloadClient; @@ -206,7 +206,6 @@ public sealed class DelugeClient public async Task SetTorrentLabel(string hash, string newLabel) { - // TODO - throw new NotImplementedException(); + await SendRequest>("label.set_torrent", hash, newLabel); } } \ No newline at end of file