nomego / Lazyman.bundle

Lazyman Plex Channel
105 stars 24 forks source link

Normal recap page should no longer error #6

Closed dcm386 closed 7 years ago

dcm386 commented 7 years ago

Looks like line 187 in __init__.py is passing the string "recaps": oc.add(getRecapVCO(date, "recaps", r))

but line 125 in game.py was expecting "recap". if type == 'recap':

Changed game.py so that it is now using 'recaps'. Now the normal (non-extended) recap page is displaying (it was erroring out for me before).

nomego commented 7 years ago

Good call! Thanks!