diff --git a/addon.xml b/addon.xml index 29582c1..28270fe 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/resources/lib/sky.py b/resources/lib/sky.py index cc07b86..76e20d0 100644 --- a/resources/lib/sky.py +++ b/resources/lib/sky.py @@ -241,7 +241,7 @@ def parse_item(self, data): t['type'] = 'movie' t['info']['mediatype'] = 'movie' t['info']['year'] = e.get('year') - if e['type'] in ['ASSET/PROGRAMME', 'ASSET/EPISODE']: + if e['type'] in ['ASSET/PROGRAMME', 'ASSET/EPISODE', 'ASSET/SLE', 'ASSET/SHORTFORM/CLIP']: t['info']['plot'] = att['synopsisLong'] t['info']['duration'] = att['durationSeconds'] t['info']['mpaa'] = att.get('ottCertificate')