Skip to content

Commit

Permalink
chore: add seasonsInfo to movie request
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwitr0 committed Nov 7, 2023
1 parent 56e174e commit 8fd9e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/movie/dto/v1.4/movie-request.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export enum MovieSelectFieldV1_4 {
ratingMpaa = 'ratingMpaa',
ageRating = 'ageRating',
'votes' = 'votes',
'seasonsInfo' = 'seasonsInfo',
'budget' = 'budget',
'audience' = 'audience',
movieLength = 'movieLength',
Expand Down

0 comments on commit 8fd9e16

Please sign in to comment.