update translations

This commit is contained in:
Luke Pulverenti
2015-01-28 13:10:26 -05:00
parent e3c4dc6897
commit c3dbca1507
41 changed files with 370 additions and 267 deletions

View File

@@ -52,6 +52,12 @@ namespace MediaBrowser.Controller.Entities.Audio
}
}
[IgnoreDataMember]
public string AlbumArtist
{
get { return AlbumArtists.FirstOrDefault(); }
}
public List<string> AlbumArtists { get; set; }
/// <summary>