mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Update LidarrAvailabilityChecker.cs
This commit is contained in:
parent
f0e1567095
commit
909180d099
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ namespace Ombi.Schedule.Jobs.Lidarr
|
|||
var cachedAlbum = await _cachedAlbums.FirstOrDefaultAsync(x => x.ForeignAlbumId.Equals(request.ForeignAlbumId));
|
||||
if (cachedAlbum != null)
|
||||
{
|
||||
if (cachedAlbum.Monitored && cachedAlbum.FullyAvailable)
|
||||
if (cachedAlbum.FullyAvailable)
|
||||
{
|
||||
request.Available = true;
|
||||
request.MarkedAsAvailable = DateTime.Now;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue