1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

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

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
});
}
}