grantholle / moviedb-promise

Interact with themoviedb.org's api with Node... now in TypeScript!
Other
220 stars 49 forks source link

with_release_type should be string because of comma (AND) or pipe (OR). #85

Closed gielcobben closed 6 months ago

gielcobben commented 6 months ago

Possible values for with_release_type are: [1, 2, 3, 4, 5, 6]. These values can be separated by a comma (AND) or a pipe (OR) and can be used in conjunction with the region parameter.

Summary:

Changes Made:

grantholle commented 6 months ago

Thank you!