Added depth_state to _info

This commit is contained in:
Rhet Turnbull 2021-02-17 21:37:22 -08:00
parent e5f1c29974
commit b3a7869bd3
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
""" version info """
__version__ = "0.40.16"
__version__ = "0.40.17"

View File

@ -2041,6 +2041,7 @@ class PhotosDB:
# > 6 = portrait (sometimes, see ZDEPTHSTATE/ZDEPTHTYPE)
info["customRenderedValue"] = row[22]
info["hdr"] = True if row[22] == 3 else False
info["depth_state"] = row[36]
info["portrait"] = True if row[36] != 0 else False
# Set panorama from either KindSubType or RenderedValue