mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Fixed: Calender .ics feed
[common]
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Radarr.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 Radarr.Http
|
||||
public int Version { get; private set; }
|
||||
}
|
||||
|
||||
public class V3FeedControllerAttribute : VersionedApiControllerAttribute
|
||||
public class V3FeedControllerAttribute : VersionedFeedControllerAttribute
|
||||
{
|
||||
public V3FeedControllerAttribute(string resource = "[controller]")
|
||||
: base(3, resource)
|
||||
|
||||
Reference in New Issue
Block a user