mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Merge pull request #2704 from thornbill/resume-book-size
Fix continue reading card shape
This commit is contained in:
commit
793b860f7c
@ -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…
Reference in New Issue
Block a user