diff --git a/src/webui/webapplication.h b/src/webui/webapplication.h index 877e8e8f3..c44d6e50b 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -198,6 +198,7 @@ private: {{u"torrents"_s, u"rename"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"renameFile"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"renameFolder"_s}, Http::METHOD_POST}, + {{u"torrents"_s, u"setComment"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"setAutoManagement"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"setCategory"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"setDownloadLimit"_s}, Http::METHOD_POST},