Skip to content

Commit

Permalink
Version 0.0.9. Fix playback of sports
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco8 committed Mar 17, 2023
1 parent d46da87 commit c3d4cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.skyott"
name="Peacock/SkyShowtime"
version="0.0.8"
version="0.0.9"
provider-name="Paco8">
<requires>
<!--- <import addon="xbmc.python" version="2.25.0"/> -->
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/sky.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit c3d4cc6

Please # to comment.