mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -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 ReadarrV1Module : ReadarrModule
|
||||
{
|
||||
protected ReadarrV1Module(string resource)
|
||||
: base("/api/v1/" + resource.Trim('/'))
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user