mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed the broken images on the cards
This commit is contained in:
parent
fe23a01081
commit
09bf919d4d
4 changed files with 23 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue