mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Small changes for #32
This commit is contained in:
parent
a686832e3f
commit
f2ba56f131
4 changed files with 8 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue