mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
Movies can now be added monitored or unmonitored.
This commit is contained in:
@@ -218,6 +218,7 @@ namespace NzbDrone.Core.NetImport
|
||||
{
|
||||
m.RootFolderPath = ((NetImportDefinition) Definition).RootFolderPath;
|
||||
m.ProfileId = ((NetImportDefinition) Definition).ProfileId;
|
||||
m.Monitored = ((NetImportDefinition) Definition).ShouldMonitor;
|
||||
return m;
|
||||
}).ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user