diff --git a/qbittorrent-web-api-gen/api-4_1.md b/qbittorrent-web-api-gen/api-4_1.md index db5c267..9068f43 100644 --- a/qbittorrent-web-api-gen/api-4_1.md +++ b/qbittorrent-web-api-gen/api-4_1.md @@ -1667,7 +1667,7 @@ Possible values of `priority`: Value | Description -----------|------------ `0` | Do not download -`1` | Normal priority +`4` | Normal priority `6` | High priority `7` | Maximal priority @@ -2181,7 +2181,7 @@ Possible values of `priority`: Value | Description -----------|------------ `0` | Do not download -`1` | Normal priority +`4` | 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 d0d2dd7..d9b8b3b 100644 --- a/qbittorrent-web-api-gen/groups.txt +++ b/qbittorrent-web-api-gen/groups.txt @@ -4426,7 +4426,7 @@ "Normal priority", ), value: "NormalPriority", - original_value: "1", + original_value: "4", }, EnumValue { description: Some( @@ -5247,7 +5247,7 @@ "Normal priority", ), value: "NormalPriority", - original_value: "1", + original_value: "4", }, EnumValue { description: Some( diff --git a/qbittorrent-web-api-gen/token_tree.txt b/qbittorrent-web-api-gen/token_tree.txt index 79d470c..64162ad 100644 --- a/qbittorrent-web-api-gen/token_tree.txt +++ b/qbittorrent-web-api-gen/token_tree.txt @@ -8007,9 +8007,9 @@ TokenTree { ], }, TableRow { - raw: "`1` | Normal priority", + raw: "`4` | Normal priority", columns: [ - "1", + "4", "Normal priority", ], }, @@ -10269,9 +10269,9 @@ TokenTree { ], }, TableRow { - raw: "`1` | Normal priority", + raw: "`4` | Normal priority", columns: [ - "1", + "4", "Normal priority", ], },