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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user