mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Install updates will send info to UI
This commit is contained in:
parent
2dccc0567e
commit
3ccdbca712
@ -5,5 +5,13 @@ namespace NzbDrone.Core.Update.Commands
|
||||
public class InstallUpdateCommand : Command
|
||||
{
|
||||
public UpdatePackage UpdatePackage { get; set; }
|
||||
|
||||
public override bool SendUpdatesToClient
|
||||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user