1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: Dont Use Profile Language for Metadata Pull

This commit is contained in:
Qstick
2020-01-08 22:18:26 -05:00
parent d6f15af6b6
commit f332f8d7cd
7 changed files with 14 additions and 28 deletions
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Test.MetadataSource.SkyHook
[TestCase(70981, "Prometheus")]
public void should_be_able_to_get_movie_detail(int tmdbId, string title)
{
var details = Subject.GetMovieInfo(tmdbId, null, false).Item1;
var details = Subject.GetMovieInfo(tmdbId, false).Item1;
ValidateMovie(details);