diff --git a/qbittorrent-web-api-gen/api-4_1.md b/qbittorrent-web-api-gen/api-4_1.md index 503f803..97fc654 100644 --- a/qbittorrent-web-api-gen/api-4_1.md +++ b/qbittorrent-web-api-gen/api-4_1.md @@ -1667,7 +1667,8 @@ Possible values of `priority`: Value | Description -----------|------------ `0` | Do not download -`4` | Normal priority +`1` | Normal priority +`4` | Default Normal priority `6` | High priority `7` | Maximal priority diff --git a/qbittorrent-web-api-gen/groups.txt b/qbittorrent-web-api-gen/groups.txt index 20e5b75..147aaca 100644 --- a/qbittorrent-web-api-gen/groups.txt +++ b/qbittorrent-web-api-gen/groups.txt @@ -4431,6 +4431,13 @@ "Normal priority", ), value: "NormalPriority", + original_value: "1", + }, + EnumValue { + description: Some( + "Default Normal priority", + ), + value: "DefaultNormalPriority", original_value: "4", }, EnumValue { diff --git a/qbittorrent-web-api-gen/token_tree.txt b/qbittorrent-web-api-gen/token_tree.txt index 8bec9b1..3d67a99 100644 --- a/qbittorrent-web-api-gen/token_tree.txt +++ b/qbittorrent-web-api-gen/token_tree.txt @@ -8007,10 +8007,17 @@ TokenTree { ], }, TableRow { - raw: "`4` | Normal priority", + raw: "`1` | Normal priority", + columns: [ + "1", + "Normal priority", + ], + }, + TableRow { + raw: "`4` | Default Normal priority", columns: [ "4", - "Normal priority", + "Default Normal priority", ], }, TableRow {