diff --git a/resource/schemas/UNIT3D/config.json b/resource/schemas/UNIT3D/config.json index 50d39ce6b..d3b3775a1 100644 --- a/resource/schemas/UNIT3D/config.json +++ b/resource/schemas/UNIT3D/config.json @@ -17,17 +17,14 @@ "searchEntryConfig": { "page": "/torrents", "queryString": "perPage=100&name=$key$", - "area": [ - { - "name": "IMDB", - "keyAutoMatch": "^(tt\\d+)$", - "queryString": "perPage=100&imdbId=$key$", - "replaceKey": [ - "tt", - "" - ] - } - ], + "area": [{ + "name": "IMDB", + "keyAutoMatch": "^(tt\\d+)$", + "queryString": "perPage=100&imdbId=$key$", + "replaceKey": [ + "tt", "" + ] + }], "fieldSelector": { "progress": { "selector": ["button.btn.btn-success.btn-circle", "button.btn.btn-warning.btn-circle, button.btn.btn-info.btn-circle", ""],