!wip on music

This commit is contained in:
Jamie Rees 2019-07-24 22:18:29 +01:00
parent 7ce5074926
commit 0a192c5e83
17 changed files with 136 additions and 376 deletions

View file

@ -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
});
}
}