Gallery.set_album_name#
- Gallery.set_album_name(gallery_still_album: GalleryStillAlbum, album_name: str) bool[source]#
set the album name of the GalleryStillAlbum object
- Parameters:
gallery_still_album (GalleryStillAlbum) – gallery still album object
album_name (str) – name of the album
- Returns:
true if successful, false otherwise
- Return type: