trakt-tools / universal-trakt-scrobbler

MIT License
551 stars 54 forks source link

Added ? to summary field to avoid crashing for items that don't have that property. #272

Closed crazy-daddy closed 1 year ago

crazy-daddy commented 1 year ago

Fixes #265

AviDuda commented 1 year ago

I can confirm that this fixed some additional issues for me too, e.g. older seasons of Archer aren't available anymore and it was failing due to the missing nullish coalescing operator. Works with this fix.