mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-02-15 07:25:47 +00:00
schema (v11): add allowtvsearchimdb to Caps (#726)
* schema (v11): add allowtvsearchimdb to Caps Isn't used by Prowlarr and is backwards-compatible, therefore keeping it as a minor change Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com> --------- Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
@@ -122,6 +122,9 @@
|
|||||||
},
|
},
|
||||||
"allowrawsearch": {
|
"allowrawsearch": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"allowtvsearchimdb": {
|
||||||
|
"type":"boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|||||||
Reference in New Issue
Block a user