mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-21 21:57:27 +00:00
Manual Import sends progress messages
This commit is contained in:
parent
c4e1a732dd
commit
9d980a8ac7
1 changed files with 8 additions and 0 deletions
|
@ -6,5 +6,13 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Manual
|
|||
public class ManualImportCommand : Command
|
||||
{
|
||||
public List<ManualImportFile> Files { get; set; }
|
||||
|
||||
public override bool SendUpdatesToClient
|
||||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue