Updated Nancy to 2.0

This commit is contained in:
ta264
2019-08-28 22:43:55 +01:00
committed by Qstick
parent 6c4e3b1fd5
commit 79cf3079c3
68 changed files with 394 additions and 400 deletions
+2 -2
View File
@@ -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('/'))