mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00: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