1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fixed: Calender .ics feed

[common]
This commit is contained in:
ta264
2021-10-25 21:36:44 +01:00
parent 5fb6b44950
commit 147cfe538a
2 changed files with 2 additions and 2 deletions
@@ -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)