diff --git a/web/apps/photos/src/components/PhotoFrame.tsx b/web/apps/photos/src/components/PhotoFrame.tsx index 8f2e586ac6..ebb83bab83 100644 --- a/web/apps/photos/src/components/PhotoFrame.tsx +++ b/web/apps/photos/src/components/PhotoFrame.tsx @@ -226,7 +226,7 @@ const PhotoFrame = ({ throw Error(CustomError.URL_ALREADY_SET); } else if (file.conversionFailed) { log.info(`[${id}]PhotoSwipe: updateSrcURL: conversion failed`); - throw Error(CustomError.FILE_CONVERSION_FAILED); + throw Error("file conversion failed"); } await updateFileSrcProps(file, srcURLs, enableDownload);