Alpha support for Monterey/macOS 12

This commit is contained in:
Rhet Turnbull
2021-06-29 13:32:36 -07:00
parent d034605784
commit 08147e91d9
217 changed files with 2122 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ from osxphotos.uti import (
get_uti_for_extension,
)
EXT_DICT = {"heic": "public.heic", "jpg": "public.jpeg"}
EXT_DICT = {"heic": "public.heic", "jpg": "public.jpeg", ".jpg": "public.jpeg"}
UTI_DICT = {"public.heic": "heic", "public.jpeg": "jpeg"}