mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
If Radarr/Sonarr has noticed that the media is available, then mark it as available in the UI
This commit is contained in:
parent
9d7a66b5fe
commit
a8bb352c34
9 changed files with 954 additions and 13 deletions
|
@ -53,7 +53,11 @@ namespace Ombi.Schedule.Jobs.Radarr
|
|||
{
|
||||
if (m.tmdbId > 0)
|
||||
{
|
||||
movieIds.Add(new RadarrCache {TheMovieDbId = m.tmdbId});
|
||||
movieIds.Add(new RadarrCache
|
||||
{
|
||||
TheMovieDbId = m.tmdbId,
|
||||
HasFile = m.hasFile
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue