mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
parent
1ec507b6e0
commit
37455119e1
1 changed files with 21 additions and 0 deletions
|
@ -842,6 +842,27 @@
|
|||
"required": [
|
||||
"name"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"if": {
|
||||
"properties": {
|
||||
"name": {
|
||||
"const": "dateparse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"then": {
|
||||
"properties": {
|
||||
"args": {
|
||||
"type": "string",
|
||||
"not": {
|
||||
"pattern": "\\d"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "FilterBlock"
|
||||
},
|
||||
"IndexerCategories": {
|
||||
|
|
Loading…
Reference in a new issue