From e5747094e505046ed3b54a2968281c42c2be39ba Mon Sep 17 00:00:00 2001 From: Rhet Turnbull <41546558+RhetTbull@users.noreply.github.com> Date: Sat, 11 Jan 2020 11:11:41 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da5421c0..73269a06 100644 --- a/README.md +++ b/README.md @@ -605,7 +605,7 @@ Returns True if photo is a cloud asset, that is, it is in a library synched to i #### `incloud` Returns True if photo is a [cloud asset](#iscloudasset) and is synched to iCloud otherwise False if photo is a cloud asset and not yet synched to iCloud. Returns None if photo is not a cloud asset. -**Note**: Applies to master (original) photo only. It's possible for the master to be in iCloud but a local edited version is not yet synched to iCloud. `incloud` provides status of only the master photo. osxphotos does not yet provide a means to determine if the edited version is in iCloud. If you need this feature, please open a [issue](https://github.com/RhetTbull/osxphotos/issues) +**Note**: Applies to master (original) photo only. It's possible for the master to be in iCloud but a local edited version is not yet synched to iCloud. `incloud` provides status of only the master photo. osxphotos does not yet provide a means to determine if the edited version is in iCloud. If you need this feature, please open an [issue](https://github.com/RhetTbull/osxphotos/issues). #### `uti` Returns Uniform Type Identifier (UTI) for the image, for example: 'public.jpeg' or 'com.apple.quicktime-movie'