mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
New: Scrape Cast/Crew/Collection Data on Movie Refresh
This commit is contained in:
@@ -22,7 +22,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);
|
||||
var details = Subject.GetMovieInfo(tmdbId, null, false).Item1;
|
||||
|
||||
ValidateMovie(details);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user