1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-19 16:08:46 +01:00

Exclude possible UNIT3D inputs since they depend on v9's allowEmptyInputs

This commit is contained in:
Bogdan
2023-03-31 01:28:59 +03:00
parent a97b47fe5b
commit 6cd39e193e
2 changed files with 2 additions and 2 deletions

View File

@@ -460,7 +460,7 @@
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^((\\$raw)|[A-Za-z0-9.\\-_[\\]]*)$": {
"^((\\$raw)|(?!^(seasonNumber|episodeNumber)$)[A-Za-z0-9.\\-_[\\]]*)$": {
"oneOf": [
{"type": "number"},
{"type": "string"},