Skip to content

Commit

Permalink
cursed
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed May 30, 2024
1 parent fc9d6bc commit ef870c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interface/app/$libraryId/Explorer/FilePath/Thumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ export const FileThumb = forwardRef<HTMLImageElement, ThumbProps>((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' };

Expand Down

0 comments on commit ef870c1

Please sign in to comment.