Prep Release 2.0.15 (#1571)

* Readd import Collections to show JSON validation failures details

* Editorial update

* Audiograbber - Remove config for not implemented feature

* Smoothing - Update defaults and range

* Version 2.0.15
This commit is contained in:
LordGrey
2023-02-19 13:24:43 +01:00
committed by GitHub
parent bfba0d6137
commit 24a00e3b0b
7 changed files with 26 additions and 22 deletions

View File

@@ -21,9 +21,9 @@
"time_ms": {
"type": "integer",
"title": "edt_conf_smooth_time_ms_title",
"minimum": 25,
"minimum": 1,
"maximum": 5000,
"default": 200,
"default": 150,
"append": "edt_append_ms",
"propertyOrder": 3
},