set catalog posterShape to landscape to make titles more readable

This commit is contained in:
Dmitrii Cucleschin 2024-01-07 15:03:56 -08:00
parent 62a116faad
commit 0774923169

View file

@ -36,7 +36,8 @@ export async function getCatalog(apiKey, offset = 0) {
.map(file => ({
id: `${KEY}:${file.id}`,
type: Type.OTHER,
name: file.name
name: file.name,
posterShape: 'landscape'
})));
}