diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index b5beddbe5..abbda419e 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -264,10 +264,7 @@ export default function Gallery(props) { // ignore } } - if ( - (!item.src || item.src === item.msrc) && - !fetching[item.dataIndex] - ) { + if (!fetching[item.dataIndex]) { fetching[item.dataIndex] = true; const url = await getFile(token, item); updateSrcUrl(item.dataIndex, url);