mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Updated Nancy to 2.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using Nancy;
|
||||
using Radarr.Http;
|
||||
|
||||
namespace Radarr.Api.V2
|
||||
{
|
||||
public abstract class RadarrV2FeedModule : NancyModule
|
||||
public abstract class RadarrV2FeedModule : RadarrModule
|
||||
{
|
||||
protected RadarrV2FeedModule(string resource)
|
||||
: base("/feed/v2/" + resource.Trim('/'))
|
||||
|
||||
Reference in New Issue
Block a user