Add slug to add-on info

This commit is contained in:
Pascal Vizeli 2018-04-11 18:51:03 +02:00 committed by GitHub
parent 7d02bb2fe9
commit 9327b24d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ class APIAddons(CoreSysAttributes):
return {
ATTR_NAME: addon.name,
ATTR_SLUG: addon.slug,
ATTR_DESCRIPTON: addon.description,
ATTR_LONG_DESCRIPTION: addon.long_description,
ATTR_VERSION: addon.version_installed,