heic on cast too

This commit is contained in:
Manav Rathi 2024-05-10 10:07:55 +05:30
parent 4dd7d3b087
commit 93487581c7
No known key found for this signature in database

View file

@ -287,8 +287,7 @@ const isFileEligible = (file: EnteFile) => {
const [, extension] = nameAndExtension(file.metadata.title);
if (isNonWebImageFileExtension(extension)) {
if (isChromecast) return false;
// HEIC support otherwise.
// Of the known non-web types, we support HEIC.
return isHEIC(extension);
}