mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
!wip on music
This commit is contained in:
parent
7ce5074926
commit
0a192c5e83
17 changed files with 136 additions and 376 deletions
|
@ -51,8 +51,8 @@ namespace Ombi.Core.Engine.V2
|
|||
model.Add(new MultiSearchResult
|
||||
{
|
||||
MediaType = "Artist",
|
||||
Title = artist.name,
|
||||
Id = artist.id
|
||||
Title = artist.Name,
|
||||
Id = artist.Id
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue