fix: Movie fields

This commit is contained in:
2026-04-27 08:40:05 +03:30
parent 5473658dc8
commit 2c3f37c8d8
+2 -2
View File
@@ -10,10 +10,10 @@ public class Movie {
private Long id;
private String title;
private List<Genre> genres;
private List<String> genres;
private String images;
private String year;
private String imdbRating;
private String imdb_rating;
private String country;
// TODO: Create a constructor with all fields