Added more Audio fields to DTOBaseItem

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20 08:20:51 -04:00
parent da23355fcc
commit ab01b49f64
4 changed files with 42 additions and 7 deletions

View File

@@ -10,6 +10,5 @@ namespace MediaBrowser.Model.Entities
public string Artist { get; set; }
public string Album { get; set; }
public string AlbumArtist { get; set; }
public string Composer { get; set; }
}
}