From e98e1cf748ca924692878cecc3f6a2eb45ef54de Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Fri, 27 Jun 2025 23:50:04 -0700 Subject: [PATCH] WebAPI: Request post request to fetch/parse metadata --- src/webui/webapplication.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webui/webapplication.h b/src/webui/webapplication.h index da3d0211d..dfc813bec 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -187,8 +187,10 @@ private: {{u"torrents"_s, u"editCategory"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"editTracker"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"editWebSeed"_s}, Http::METHOD_POST}, + {{u"torrents"_s, u"fetchMetadata"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"filePrio"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"increasePrio"_s}, Http::METHOD_POST}, + {{u"torrents"_s, u"parseMetadata"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"reannounce"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"recheck"_s}, Http::METHOD_POST}, {{u"torrents"_s, u"removeCategories"_s}, Http::METHOD_POST},