diff options
author | howie-f <rftc@gmx.de> | 2021-02-16 07:49:15 +0000 |
---|---|---|
committer | howie-f <rftc@gmx.de> | 2021-02-16 08:02:04 +0000 |
commit | 645993637540d5c3b5641939c78be04a5ddcff23 (patch) | |
tree | 3d12baeebdbc0dbab1a19c1ae88133a1c2a0880c /system | |
parent | a877cc223670d7e4a1b50ea0e558bf2044d62271 (diff) |
[addons] declare inputstream.adaptive as optional system add-on
Diffstat (limited to 'system')
-rw-r--r-- | system/addon-manifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/addon-manifest.xml b/system/addon-manifest.xml index d31205dfb7..e6de83fb02 100644 --- a/system/addon-manifest.xml +++ b/system/addon-manifest.xml @@ -57,4 +57,5 @@ <addon>xbmc.python</addon> <addon>xbmc.webinterface</addon> <addon optional="true">peripheral.joystick</addon> + <addon optional="true">inputstream.adaptive</addon> </addons> |