mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
added sample check for remote episode.
This commit is contained in:
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue