From 95306264fd64710772ccfb40e19a71d6aa944e87 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Tue, 18 Oct 2022 11:15:17 -0600 Subject: [PATCH] Allow updating the category of a torrent. --- client/src/app/torrent/torrent.component.html | 7 +++++++ client/src/app/torrent/torrent.component.ts | 4 ++++ server/RdtClient.Data/Data/TorrentData.cs | 1 + 3 files changed, 12 insertions(+) diff --git a/client/src/app/torrent/torrent.component.html b/client/src/app/torrent/torrent.component.html index 9ebc9af..a1df642 100644 --- a/client/src/app/torrent/torrent.component.html +++ b/client/src/app/torrent/torrent.component.html @@ -462,6 +462,13 @@