Merge pull request #5724 from grafixeyehero/Fix-RefreshIndicator
Fix Refresh Indicator in experimental layout
This commit is contained in:
@@ -54,8 +54,7 @@ const CardImageContainer: FC<CardImageContainerProps> = ({
|
||||
indicator.getPlayedIndicator()}
|
||||
|
||||
{(item.Type === BaseItemKind.CollectionFolder
|
||||
|| item.CollectionType)
|
||||
&& item.RefreshProgress && (
|
||||
|| item.CollectionType) && (
|
||||
<RefreshIndicator item={item} />
|
||||
)}
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user