Photos: Add story flag for blogging / timeline

This commit is contained in:
Michael Mayer 2019-06-16 21:03:04 -07:00
parent 5f63f2999c
commit bb8c2dbbea

View file

@ -20,6 +20,7 @@ type Photo struct {
PhotoFavorite bool
PhotoPrivate bool
PhotoSensitive bool
PhotoStory bool
PhotoLat float64
PhotoLong float64
PhotoFocalLength float64