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