[bindings a-k] Fix deprecated tag "required" (#10410)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2021-03-29 22:00:06 +02:00
committed by GitHub
parent 89ae8afa49
commit bd56fd8e5d
18 changed files with 22 additions and 50 deletions

View File

@@ -7,10 +7,9 @@
<description>This is the binding for Kodi.</description>
<config-description>
<parameter name="callbackUrl" type="text">
<parameter name="callbackUrl" type="text" required="false">
<label>Callback URL</label>
<description>url to use for playing notification sounds, e.g. http://192.168.0.2:8080</description>
<required>false</required>
</parameter>
</config-description>