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:
parent
1a9f51c9b0
commit
b9b963cca8
10 changed files with 177 additions and 103 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue