1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

New: Use RadarrApi For MovieInfo

This commit is contained in:
Qstick
2020-05-09 21:49:09 -04:00
parent 9bdaea4a1b
commit c64c2d9f27
51 changed files with 586 additions and 1794 deletions
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using NzbDrone.Core.Movies;
namespace NzbDrone.Core.MetadataSource
@@ -8,7 +8,5 @@ namespace NzbDrone.Core.MetadataSource
List<Movie> SearchForNewMovie(string title);
Movie MapMovieToTmdbMovie(Movie movie);
Movie MapMovie(SkyHook.Resource.MovieResult result);
}
}