Frontend: Add "avif" file type description #2706

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-09-15 01:27:42 +02:00
parent 278ebd1c62
commit eaf5e9b4a1

View file

@ -235,6 +235,8 @@ export default class Util {
return "Moving Picture Experts Group (MPEG)";
case "mjpg":
return "Motion JPEG (M-JPEG)";
case "avif":
return "AV1 Image File Format (AVIF)";
case "heif":
return "High Efficiency Image File Format (HEIF)";
case "heic":