added sample check for remote episode.

This commit is contained in:
kay.one 2013-09-14 12:50:38 -07:00
commit 1665bfa6ac
4 changed files with 22 additions and 1 deletions

View file

@ -34,7 +34,6 @@ namespace NzbDrone.Core.Update
if (latestAvailable == null)
{
_logger.ProgressDebug("No update available.");
return null;
}
return latestAvailable;