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

@@ -113,8 +113,7 @@ namespace MediaBrowser.Api
AlbumArtist = audio.AlbumArtist,
Artist = audio.Artist,
BitRate = audio.BitRate,
Channels = audio.Channels,
Composer = audio.Composer
Channels = audio.Channels
};
}