From 3b3eb1625ee9171723b099a88b8225b46a78d357 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 18 Oct 2020 14:09:40 -0700 Subject: [PATCH] Updated README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8e7982a1..9456533b 100644 --- a/README.md +++ b/README.md @@ -1490,6 +1490,11 @@ Returns the title or name of the folder. #### `album_info` Returns a list of [AlbumInfo](#AlbumInfo) objects representing each album contained in the folder. +#### `album_info_shared` +Returns a list of [AlbumInfo](#AlbumInfo) objects for each shared album in the photos database. + +**Note**: Only valid for Photos 5+; on Photos <= 4, prints warning and returns empty list. + #### `subfolders` Returns a list of [FolderInfo](#FolderInfo) objects representing the sub-folders of the folder.