fix: feed + styles

This commit is contained in:
Cory Dransfeldt 2024-11-15 20:50:06 -08:00
parent 70cb55926c
commit c92cc85efd
No known key found for this signature in database
6 changed files with 13 additions and 7 deletions

View file

@ -57,7 +57,7 @@ SELECT
m.review
ELSE
m.description
END, 'image', m.image, 'rating', m.rating, 'date', m.last_watched)
END, 'image', m.backdrop, 'rating', m.rating, 'date', m.last_watched)
ELSE
NULL
END AS feed