mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Lidarr to Readarr
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Readarr.Http;
|
||||
|
||||
namespace Readarr.Api.V1
|
||||
{
|
||||
public abstract class ReadarrV1FeedModule : ReadarrModule
|
||||
{
|
||||
protected ReadarrV1FeedModule(string resource)
|
||||
: base("/feed/v1/" + resource.Trim('/'))
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user