1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00

Add ICO image to the file sniffer. Update the manifest to 1.0.11.

This commit is contained in:
Jeff Schiller 2023-02-15 21:33:38 -08:00
parent 73c4080579
commit 83a07c970d
4 changed files with 24 additions and 11 deletions

View file

@ -159,7 +159,7 @@ export function getFullMIMEString(info) {
}
}
if (codecFrags.length === 0) return contentType;
if (codecFrags.size === 0) return contentType;
return contentType + '; codecs="' + Array.from(codecFrags).join(',') + '"';
}