forked from pedrolabonia/pydavinci
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip(gallery): Improve handling stills and albums
Before now API support for galleries was incomplete. Most of the return values were the wrong types, etc. (my bad) I changed some things too. Getting and setting the name from the Gallery object instead of as a property of the GalleryStillAlbum seemed obtuse. So I took inspiration from the MarkerCollection object and added the parent object into all the function calls for GalleryStillAlbum. I did a similar thing with gallery stills to more easily get and set their labels. See TODO comments for more info. These changes are untested. Further changes are likely required.
- Loading branch information
Showing
3 changed files
with
75 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters