1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

added sample check for remote episode.

This commit is contained in:
kay.one
2013-09-14 12:50:38 -07:00
parent b07bc713bb
commit 1665bfa6ac
4 changed files with 22 additions and 1 deletions
@@ -34,7 +34,6 @@ namespace NzbDrone.Core.Update
if (latestAvailable == null)
{
_logger.ProgressDebug("No update available.");
return null;
}
return latestAvailable;