Small changes for #32

This commit is contained in:
tidusjar 2016-04-05 08:49:11 +01:00
parent a686832e3f
commit f2ba56f131
4 changed files with 8 additions and 4 deletions

View file

@ -300,7 +300,9 @@ namespace PlexRequests.UI.Modules
OtherMessage = album.OtherMessage,
AdminNotes = album.AdminNote,
TvSeriesRequestType = album.SeasonsRequested,
MusicBrainzId = album.MusicBrainzId
MusicBrainzId = album.MusicBrainzId,
ArtistName = album.ArtistName
};
}).ToList();