Movies can now be added monitored or unmonitored.

This commit is contained in:
Leonardo Galli
2017-01-23 15:31:09 +01:00
parent 82f29cdc70
commit 80e53f209d
7 changed files with 29 additions and 0 deletions
@@ -593,6 +593,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
newMovie.Path = movie.Path;
newMovie.RootFolderPath = movie.RootFolderPath;
newMovie.ProfileId = movie.ProfileId;
newMovie.Monitored = movie.Monitored;
return newMovie;
}