1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: HealthCheck and Status for Movies Deleted from TMDb

This commit is contained in:
Qstick
2020-02-25 23:18:49 -05:00
parent ea9494019e
commit 0c44ee5f88
18 changed files with 505 additions and 202 deletions
@@ -100,7 +100,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
if (response.StatusCode == HttpStatusCode.NotFound)
{
throw new MovieNotFoundException("Movie not found.");
throw new MovieNotFoundException(tmdbId);
}
if (response.StatusCode != HttpStatusCode.OK)