monitored to false for movies already downloaded on CP

This commit is contained in:
Devin Buhl 2017-01-24 13:42:27 -05:00
parent d09d30544f
commit a75f3e1f8e
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ namespace NzbDrone.Core.NetImport.CouchPotato
{
Title = item.title,
ImdbId = item.info.imdb,
TmdbId = item.info.tmdb_id
TmdbId = item.info.tmdb_id,
Monitored = false
});
}
}