From 2e60d6cc45964a4de40130dca3853b9930c48c08 Mon Sep 17 00:00:00 2001 From: HamletDuFromage <61667930+HamletDuFromage@users.noreply.github.com> Date: Fri, 25 Jul 2025 21:57:11 +0200 Subject: [PATCH] fix order for setComment in webapplication.h --- src/webui/webapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},