mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-29 20:03:56 +01:00
monitored to false for movies already downloaded on CP
This commit is contained in:
parent
d09d30544f
commit
a75f3e1f8e
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ public CouchPotatoParser(CouchPotatoSettings settings)
|
|||
{
|
||||
Title = item.title,
|
||||
ImdbId = item.info.imdb,
|
||||
TmdbId = item.info.tmdb_id
|
||||
TmdbId = item.info.tmdb_id,
|
||||
Monitored = false
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue