darthbatman / billboard-top-100

:chart_with_upwards_trend: Node.js API to retrieve the top songs, albums, and artists from Billboard's charts
MIT License
97 stars 30 forks source link

Rank 1 does not return cover. #29

Closed Komsomol closed 5 years ago

Komsomol commented 5 years ago

Using 2.4.4.

Array returns:

rank: 1,
    title: 'Old Town Road',
    artist: 'Lil Nas X Featuring Billy Ray Cyrus',
    cover: '',
    position: { positionLastWeek: NaN, peakPosition: NaN, weeksOnChart: NaN } },