Skip to content

Commit

Permalink
Fixed: RemoteUrl overridden for Movie call with TmdbId param
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick committed Feb 7, 2021
1 parent 4bf726c commit 47c2a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Radarr.Api.V3/Movies/MovieModule.cs
Expand Up @@ -146,9 +146,9 @@ private List<MovieResource> AllMovie()
var translation = GetTranslationFromDict(tdict, movie, configLanguage);
moviesResources.Add(movie.ToResource(availDelay, translation, _qualityUpgradableSpecification));
}
}

MapCoversToLocal(moviesResources, coverFileInfos);
MapCoversToLocal(moviesResources, coverFileInfos);
}

return moviesResources;
}
Expand Down

0 comments on commit 47c2a15

Please sign in to comment.