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

New: Calendar iCal feed includes Digital Release events

This commit is contained in:
Robin Dadswell
2021-04-13 10:01:15 +01:00
committed by GitHub
parent 398fc4dca2
commit fc61687e82
4 changed files with 62 additions and 148 deletions
@@ -22,7 +22,7 @@ function getUrls(state) {
tags
} = state;
let icalUrl = `${window.location.host}${window.Radarr.urlBase}/feed/calendar/Radarr.ics?`;
let icalUrl = `${window.location.host}${window.Radarr.urlBase}/feed/v3/calendar/Radarr.ics?`;
if (unmonitored) {
icalUrl += 'unmonitored=true&';