gugahoi/maraschino

Improper Syntax to Grab NZBDrone Cover Art

Closed this issue · 1 comments

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 }}

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!