chore: add review fields piped to markdown + title updates

This commit is contained in:
Cory Dransfeldt 2024-05-22 17:21:04 -07:00
parent 1fb5acd132
commit 8c04f63637
No known key found for this signature in database
5 changed files with 14 additions and 4 deletions

View file

@ -23,7 +23,8 @@ const fetchAllMovies = async () => {
plays,
favorite,
rating,
description
description,
review
`)
.order('last_watched', { ascending: false })
.range(rangeStart, rangeStart + PAGE_SIZE - 1)