mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5724 from grafixeyehero/Fix-RefreshIndicator
Fix Refresh Indicator in experimental layout
This commit is contained in:
commit
6aab016634
2 changed files with 14 additions and 10 deletions
|
@ -54,8 +54,7 @@ const CardImageContainer: FC<CardImageContainerProps> = ({
|
|||
indicator.getPlayedIndicator()}
|
||||
|
||||
{(item.Type === BaseItemKind.CollectionFolder
|
||||
|| item.CollectionType)
|
||||
&& item.RefreshProgress && (
|
||||
|| item.CollectionType) && (
|
||||
<RefreshIndicator item={item} />
|
||||
)}
|
||||
</Box>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue