mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Install updates will send info to UI
This commit is contained in:
@@ -5,5 +5,13 @@ namespace NzbDrone.Core.Update.Commands
|
|||||||
public class InstallUpdateCommand : Command
|
public class InstallUpdateCommand : Command
|
||||||
{
|
{
|
||||||
public UpdatePackage UpdatePackage { get; set; }
|
public UpdatePackage UpdatePackage { get; set; }
|
||||||
|
|
||||||
|
public override bool SendUpdatesToClient
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user