Fixed the broken images on the cards

This commit is contained in:
Jamie Rees 2019-05-08 16:06:14 +01:00
parent fe23a01081
commit 09bf919d4d
4 changed files with 23 additions and 14 deletions

View file

@ -231,7 +231,7 @@ namespace Ombi.Core.Engine.V2
{
var result = await Cache.GetOrAdd(nameof(GetMoviesByActor) + actorId + langCode,
async () => await MovieApi.GetActorMovieCredits(actorId, langCode));
//TODO need to run through the rules so we can get the availability etc
// Later we run this through the rules engine
return result;
}