gugahoi / maraschino

A front-end for HTPCs
MIT License
28 stars 9 forks source link

Improper Syntax to Grab NZBDrone Cover Art #35

Closed Needle2000 closed 10 years ago

Needle2000 commented 10 years ago

nzbdrone.html Line 17

was {{ episode.series.images.0 if episode.series.images.0 }} should be {{ episode.series.images.0.url if episode.series.images.0 }}

gugahoi commented 10 years ago

Thanks for this, I will fix it now! Also seemed to help the nzbdrone people as there was a bug in the latest develop version when I was making this change that revealed the api call was actually not returning anything for the images!