mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix continue reading card shape
This commit is contained in:
parent
fbfc97d0db
commit
e25e9015e1
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ import ServerConnections from '../ServerConnections';
|
||||||
return cardBuilder.getCardsHtml({
|
return cardBuilder.getCardsHtml({
|
||||||
items: items,
|
items: items,
|
||||||
preferThumb: true,
|
preferThumb: true,
|
||||||
shape: getThumbShape(),
|
defaultShape: getThumbShape(),
|
||||||
overlayText: false,
|
overlayText: false,
|
||||||
showTitle: true,
|
showTitle: true,
|
||||||
showParentTitle: true,
|
showParentTitle: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue