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

New: Only Refresh on TMDB Refersh

This commit is contained in:
Qstick
2019-12-14 22:30:44 -05:00
parent d2065bfa1b
commit edcc0ba7ce
3 changed files with 27 additions and 3 deletions
@@ -9,5 +9,6 @@ namespace NzbDrone.Core.MetadataSource
{
Movie GetMovieInfo(string ImdbId);
Movie GetMovieInfo(int TmdbId, Profile profile, bool hasPreDBEntry);
HashSet<int> GetChangedMovies(DateTime startTime);
}
}
}