diff --git a/src/components/media.jsx b/src/components/media.jsx index 3e4d324e..1d552bf8 100644 --- a/src/components/media.jsx +++ b/src/components/media.jsx @@ -124,7 +124,7 @@ function Media({ media, to, showOriginal, autoAnimate, onClick = () => {} }) { if (!isSafari) return; (async () => { try { - await fetch(mediaURL, { cache: 'reload', mode: 'no-cors' }); + await fetch(mediaURL, { mode: 'no-cors' }); mediaRef.current.src = mediaURL; } catch (e) { // Ignore