diff --git a/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx b/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx index 0081c3b61..7dc1b6b9e 100644 --- a/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx +++ b/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx @@ -67,9 +67,9 @@ export const FileThumb = forwardRef((props, ref) = if (thumbType === 'thumbnail') if ( - loadState.thumbnail !== 'error' && - itemData.hasLocalThumbnail && - itemData.thumbnailKey.length > 0 + loadState.thumbnail !== 'error' // && + // itemData.hasLocalThumbnail && + // itemData.thumbnailKey.length > 0 ) return { variant: 'thumbnail' };