fix: Movie fields
This commit is contained in:
@@ -10,10 +10,10 @@ public class Movie {
|
|||||||
|
|
||||||
private Long id;
|
private Long id;
|
||||||
private String title;
|
private String title;
|
||||||
private List<Genre> genres;
|
private List<String> genres;
|
||||||
private String images;
|
private String images;
|
||||||
private String year;
|
private String year;
|
||||||
private String imdbRating;
|
private String imdb_rating;
|
||||||
private String country;
|
private String country;
|
||||||
|
|
||||||
// TODO: Create a constructor with all fields
|
// TODO: Create a constructor with all fields
|
||||||
|
|||||||
Reference in New Issue
Block a user