mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 21:02:40 +01:00
Correct iCal link
This commit is contained in:
parent
30eb8c9c05
commit
d031b823f2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ function getUrls(state) {
|
|||
tags
|
||||
} = state;
|
||||
|
||||
let icalUrl = `${window.location.host}${window.Sonarr.urlBase}/feed/calendar/Lidarr.ics?`;
|
||||
let icalUrl = `${window.location.host}${window.Sonarr.urlBase}/feed/v1/calendar/Lidarr.ics?`;
|
||||
|
||||
if (unmonitored) {
|
||||
icalUrl += 'unmonitored=true&';
|
||||
|
|
|
|||
Loading…
Reference in a new issue