mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
Add some API attributes
This commit is contained in:
parent
1d034d8099
commit
d400685cd1
24 changed files with 46 additions and 1 deletions
|
@ -21,6 +21,7 @@ namespace Lidarr.Api.V1.Update
|
|||
}
|
||||
|
||||
[HttpGet]
|
||||
[Produces("application/json")]
|
||||
public List<UpdateResource> GetRecentUpdates()
|
||||
{
|
||||
var resources = _recentUpdateProvider.GetRecentUpdatePackages()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue