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

@ -87,7 +87,7 @@ CASE WHEN m.star_rating IS NOT NULL
m.review
ELSE
m.description
END, 'image', CONCAT('/', df.filename_disk), 'rating', m.star_rating)
END, 'image', CONCAT('/', df2.filename_disk), 'rating', m.star_rating)
ELSE
NULL
END AS feed