mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
TrackedCommands are cleaned up automatically
TrackedCommandCleanupCommand is not tracked
This commit is contained in:
parent
780e374122
commit
56cd80d24a
7 changed files with 64 additions and 14 deletions
|
@ -39,7 +39,7 @@ namespace NzbDrone.Api.Commands
|
|||
|
||||
private Response GetAllCommands()
|
||||
{
|
||||
return _trackCommands.AllTracked.AsResponse();
|
||||
return _trackCommands.AllTracked().AsResponse();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue