chore: add review fields piped to markdown + title updates
This commit is contained in:
parent
1fb5acd132
commit
8c04f63637
5 changed files with 14 additions and 4 deletions
|
@ -23,7 +23,8 @@ const fetchAllMovies = async () => {
|
|||
plays,
|
||||
favorite,
|
||||
rating,
|
||||
description
|
||||
description,
|
||||
review
|
||||
`)
|
||||
.order('last_watched', { ascending: false })
|
||||
.range(rangeStart, rangeStart + PAGE_SIZE - 1)
|
||||
|
|
Reference in a new issue