mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Updating manually now uses a command so it shows progress
This commit is contained in:
parent
e7780af212
commit
aa26d68f18
5 changed files with 24 additions and 15 deletions
13
src/NzbDrone.Core/Update/Commands/InstallUpdateCommand.cs
Normal file
13
src/NzbDrone.Core/Update/Commands/InstallUpdateCommand.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using NzbDrone.Core.Messaging.Commands;
|
||||
|
||||
namespace NzbDrone.Core.Update.Commands
|
||||
{
|
||||
public class InstallUpdateCommand : Command
|
||||
{
|
||||
public UpdatePackage UpdatePackage { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue