From ef870c103fccd3f0b55f02d152d6d11061b916fa Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Thu, 30 May 2024 21:25:20 +0800 Subject: [PATCH] cursed --- interface/app/$libraryId/Explorer/FilePath/Thumb.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' };