diff --git a/src/routes/shop/__layout.svelte b/src/routes/shop/__layout.svelte index 9bae9e9..a32dd8a 100644 --- a/src/routes/shop/__layout.svelte +++ b/src/routes/shop/__layout.svelte @@ -176,7 +176,7 @@ location ( filter: { - has_poster: { _eq: true }, + has_poster: { _eq: 1 }, status: { _eq: "published" }, }, sort: "name"