1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Move reusable TextLines component to common file

This commit is contained in:
grafixeyehero 2024-08-08 04:25:05 +03:00
parent 1a9f51c9b0
commit b9b963cca8
10 changed files with 177 additions and 103 deletions

View file

@ -75,7 +75,7 @@ const ListContent: FC<ListContentProps> = ({
getMissingIndicator={indicator.getMissingIndicator}
/>
{listOptions.mediaInfo !== false && enableSideMediaInfo && (
{listOptions.showMediaInfo !== false && enableSideMediaInfo && (
<PrimaryMediaInfo
className='secondary listItemMediaInfo'
item={item}