album_title property

Source.album_title property

Gets or sets the album title of a source.

@property
def album_title(self) -> str:
    ...

@album_title.setter
def album_title(self, value: str):
    ...

See Also