fix: missing property
This commit is contained in:
parent
077c54d5fb
commit
9111405c3f
4 changed files with 5 additions and 4 deletions
|
@ -66,6 +66,7 @@ const processMovies = (movies) => {
|
|||
plays: item['plays'],
|
||||
collected: item['collected'],
|
||||
favorite: item['favorite'],
|
||||
tattoo: item['tattoo'],
|
||||
rating: item['star_rating'],
|
||||
review: item['review'],
|
||||
id: item['tmdb_id'],
|
||||
|
|
Reference in a new issue