fix: surface reviews + bump deps

This commit is contained in:
Cory Dransfeldt 2024-05-24 09:31:16 -07:00
parent 14e502a866
commit 88daed1548
No known key found for this signature in database
3 changed files with 9 additions and 8 deletions

View file

@ -60,6 +60,7 @@ export default async function () {
favorite: item['favorite'],
rating: item['rating'],
description: item['description'],
review: item['review'],
id: item['tmdb_id'],
type: 'movie'
}