mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Commands return immediately and signalr is used to control the UI
This commit is contained in:
@@ -6,8 +6,8 @@ namespace NzbDrone.Core.Tv.Commands
|
||||
{
|
||||
public class RefreshSeriesCommand : ICommand
|
||||
{
|
||||
public String CommandId { get; set; }
|
||||
public int? SeriesId { get; private set; }
|
||||
public String CommandId { get; private set; }
|
||||
public int? SeriesId { get; set; }
|
||||
|
||||
public RefreshSeriesCommand()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user