diff options
Diffstat (limited to 'addons/xbmc.python')
-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> |