Interface IHasAlbumArtist
Inherited Members
Namespace: MediaBrowser.Controller.Entities.Audio
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IHasAlbumArtist : IHasProviderIds
Properties
AlbumArtistItems
Declaration
LinkedItemInfo[] AlbumArtistItems { get; set; }
Property Value
Type | Description |
---|---|
LinkedItemInfo[] |
AlbumArtists
Declaration
string[] AlbumArtists { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |