kodi-svtplay / xbmc-svtplay

Unofficial addon for watching SVT Play on Kodi
GNU General Public License v3.0
66 stars 34 forks source link

Unable to open item folders without positionInSeason key #271

Closed pederalm closed 2 years ago

pederalm commented 2 years ago

Problem description

I'm unable to open some item folders.

Steps to reproduce

System information

Kodi version: 19.4

Platform: Windows

Plugin version: 5.1.14+matrix.1

Log

key error for "positionInSeason "

The item folder "Pinsamheter" doesn't include the item key positionInSeason. Changing row 117 in getVideoContent() from if content["type"] == "Season" and content["name"] and item["positionInSeason"]: to: if content["type"] == "Season" and "name" in content and "positionInSeason" in item: solved this issue

linqcan commented 2 years ago

Thank you for reporting this!

linqcan commented 2 years ago

v5.1.15 should have a fix for this.