music progress and search placeholder

This commit is contained in:
Luke Pulverenti
2013-04-25 23:31:10 -04:00
parent 413febb831
commit dc6f264a30
2 changed files with 14 additions and 9 deletions

View File

@@ -271,10 +271,10 @@ namespace MediaBrowser.Model.Dto
public double? PrimaryImageAspectRatio { get; set; }
/// <summary>
/// Gets or sets the artist.
/// Gets or sets the artists.
/// </summary>
/// <value>The artist.</value>
public string Artist { get; set; }
/// <value>The artists.</value>
public string[] Artists { get; set; }
/// <summary>
/// Gets or sets the album.