mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
fix order for setComment in webapplication.h
This commit is contained in:
parent
0c8dc7a79f
commit
2e60d6cc45
1 changed files with 1 additions and 1 deletions
|
@ -198,9 +198,9 @@ private:
|
||||||
{{u"torrents"_s, u"rename"_s}, Http::METHOD_POST},
|
{{u"torrents"_s, u"rename"_s}, Http::METHOD_POST},
|
||||||
{{u"torrents"_s, u"renameFile"_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"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"setAutoManagement"_s}, Http::METHOD_POST},
|
||||||
{{u"torrents"_s, u"setCategory"_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"setDownloadLimit"_s}, Http::METHOD_POST},
|
||||||
{{u"torrents"_s, u"setDownloadPath"_s}, Http::METHOD_POST},
|
{{u"torrents"_s, u"setDownloadPath"_s}, Http::METHOD_POST},
|
||||||
{{u"torrents"_s, u"setForceStart"_s}, Http::METHOD_POST},
|
{{u"torrents"_s, u"setForceStart"_s}, Http::METHOD_POST},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue