heic on cast too
This commit is contained in:
parent
4dd7d3b087
commit
93487581c7
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue