set catalog posterShape to landscape to make titles more readable
This commit is contained in:
parent
62a116faad
commit
0774923169
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
})));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue