mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
New: Update Nancy to 2.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using Nancy;
|
||||
using Lidarr.Http;
|
||||
|
||||
namespace Lidarr.Api.V1
|
||||
{
|
||||
public abstract class LidarrV1FeedModule : NancyModule
|
||||
public abstract class LidarrV1FeedModule : LidarrModule
|
||||
{
|
||||
protected LidarrV1FeedModule(string resource)
|
||||
: base("/feed/v1/" + resource.Trim('/'))
|
||||
|
||||
Reference in New Issue
Block a user