mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix Refresh Indicator
This commit is contained in:
parent
72f5d1c73b
commit
4562f34995
2 changed files with 18 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