restore nuget targets for mono build

This commit is contained in:
Luke Pulverenti
2014-09-02 22:30:24 -04:00
parent a3d553a7fb
commit 60d1d5cdee
27 changed files with 396 additions and 251 deletions

View File

@@ -378,8 +378,8 @@ namespace MediaBrowser.Server.Implementations.Dto
if (album != null)
{
dto.Album = item.Name;
dto.AlbumId = item.Id.ToString("N");
dto.Album = album.Name;
dto.AlbumId = album.Id.ToString("N");
}
}