croneter / PlexKodiConnect

Plex integration in Kodi done right
GNU General Public License v2.0
1.16k stars 77 forks source link

Fix getVideoInfoTag error #2052

Closed Spacetech closed 6 months ago

Spacetech commented 6 months ago

Fixes #2050

The PKCListItem object does not implement getVideoInfoTag (link)

This PR updates the logic to skip calling getVideoInfoTag for this case. I don't have a local repro for this, but it should work

croneter commented 6 months ago

Thanks @Spacetech, once again! Worked on my installation.