diff options
author | Dave Blake <oak99sky@yahoo.co.uk> | 2021-02-18 17:47:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 17:47:02 +0000 |
commit | 99999a2b0baccd225cc3816d3f9dd054a3eb4c58 (patch) | |
tree | 27533d5cf2c1e4185c7bedb0c9f704e71a0fab92 | |
parent | e44e6cc4a9cc0826c1c9c028f97e51a95e362e75 (diff) | |
parent | 645993637540d5c3b5641939c78be04a5ddcff23 (diff) |
Merge pull request #19240 from howie-f/v19-ia-osa
[addons] declare inputstream.adaptive as optional system add-on
-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> |