diff --git a/src/webui/webapplication.h b/src/webui/webapplication.h index c44d6e50b..7c7fc15fe 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -198,9 +198,9 @@ 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"setComment"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"setDownloadLimit"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"setDownloadPath"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"setForceStart"_s}, Http::METHOD_POST},