Skip to content

Commit

Permalink
fix the problem that cannot create new task after clearing checksum o…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
mayswind committed May 14, 2023
1 parent 939c5a1 commit c01c04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/config/aria2Options.js
Expand Up @@ -58,6 +58,7 @@
},
'checksum': {
type: 'string',
required: true,
pattern: '^(md5|sha-(1|224|256|384|512))=[a-zA-Z0-9]+$'
},
'connect-timeout': {
Expand Down

0 comments on commit c01c04c

Please sign in to comment.