mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
Fixed: Calculates wrong age for releases pushed via ReleasePush api.
closes Zymest/autodl-curl-sonarr#3
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using NzbDrone.Api.Indexers;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
{
|
||||
public class ReleasePushClient : ClientBase<ReleaseResource>
|
||||
{
|
||||
public ReleasePushClient(IRestClient restClient, string apiKey)
|
||||
: base(restClient, apiKey, "release/push")
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user