Class AlbumInfo
Implements
Inherited Members
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class AlbumInfo : ItemLookupInfo, IHasProviderIds
Properties
AlbumArtists
Gets or sets the album artist.
Declaration
public string[] AlbumArtists { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The album artist. |
SongInfos
Declaration
public SongInfo[] SongInfos { get; set; }
Property Value
Type | Description |
---|---|
SongInfo[] |