node-themoviedb
node-themoviedb copied to clipboard
Bug? seasonInfo
I might be running this wrong but
moviedb.seasonInfo({ tv_id: 3498, season_number: 10675 })
returns an error
statusCode: 404,
statusMessage: 'Not Found',
url: 'https://api.themoviedb.org/3/tv/:id/season/1',
params: {
api_key: 'redacted',
tv_id: 3498,
season_number: 1
},