mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Album search actually looks pretty good !wip
This commit is contained in:
parent
fa60a2b826
commit
f72e48659c
9 changed files with 139 additions and 86 deletions
|
@ -139,7 +139,8 @@ namespace Ombi.Core.Engine
|
|||
Monitored = a.monitored,
|
||||
Rating = a.ratings?.value ?? 0m,
|
||||
ReleaseDate = a.releaseDate,
|
||||
Title = a.title
|
||||
Title = a.title,
|
||||
Disk = a.images?.FirstOrDefault(x => x.coverType.Equals("disc"))?.url
|
||||
};
|
||||
if (vm.Monitored)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue