diff options
author | enen92 <92enen@gmail.com> | 2018-07-28 15:00:55 +0100 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2018-08-02 16:22:58 +0100 |
commit | 567a18677367da7f178c49d092bfb0e1a037004c (patch) | |
tree | 9759ce235f150c7fb1ddf3415ac7aa7fe0330f3d /addons | |
parent | 82c0f89a8afcaf12da7501981a52656dc7d16e83 (diff) |
[schemas] Point screensaver extension points to the script schema
Diffstat (limited to 'addons')
-rw-r--r-- | addons/xbmc.python/addon.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/xbmc.python/addon.xml b/addons/xbmc.python/addon.xml index 1a22ed244f..0271ebc3f2 100644 --- a/addons/xbmc.python/addon.xml +++ b/addons/xbmc.python/addon.xml @@ -9,6 +9,7 @@ <extension-point id="lyrics" schema="script.xsd"/> <extension-point id="weather" schema="script.xsd"/> <extension-point id="library" schema="script.xsd"/> + <extension-point id="screensaver" schema="script.xsd"/> <extension-point id="plugin" schema="pluginsource.xsd"/> <extension-point id="context.item" schema="contextitem.xsd"/> </addon> |