mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-26 17:55:51 +00:00
Fixed: Calender .ics feed
(cherry picked from commit 147cfe538a3ac1a54ae9e84460e37f744e69668f)
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Readarr.Http.Frontend
|
||||
}
|
||||
|
||||
[HttpGet("")]
|
||||
[HttpGet("/{**path:regex(^(?!/*api/).*)}")]
|
||||
[HttpGet("/{**path:regex(^(?!(api|feed)/).*)}")]
|
||||
public IActionResult Index([FromRoute] string path)
|
||||
{
|
||||
return MapResource(path);
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Readarr.Http
|
||||
public int Version { get; private set; }
|
||||
}
|
||||
|
||||
public class V1FeedControllerAttribute : VersionedApiControllerAttribute
|
||||
public class V1FeedControllerAttribute : VersionedFeedControllerAttribute
|
||||
{
|
||||
public V1FeedControllerAttribute(string resource = "[controller]")
|
||||
: base(1, resource)
|
||||
|
||||
Reference in New Issue
Block a user