diff --git a/src/UI/Calendar/CalendarFeedView.js b/src/UI/Calendar/CalendarFeedView.js index 2d1bae197..861e68cc0 100644 --- a/src/UI/Calendar/CalendarFeedView.js +++ b/src/UI/Calendar/CalendarFeedView.js @@ -29,7 +29,7 @@ module.exports = Marionette.Layout.extend({ }, _updateUrl : function() { - var icalUrl = window.location.host + StatusModel.get('urlBase') + '/feed/calendar/NzbDrone.ics?'; + var icalUrl = window.location.host + StatusModel.get('urlBase') + '/feed/calendar/Radarr.ics?'; if (this.ui.includeUnmonitored.prop('checked')) { icalUrl += 'unmonitored=true&'; @@ -51,4 +51,4 @@ module.exports = Marionette.Layout.extend({ this.ui.icalUrl.attr('value', icalHttpUrl); this.ui.icalWebCal.attr('href', icalWebCalUrl); } -}); \ No newline at end of file +}); diff --git a/src/UI/index.html b/src/UI/index.html index aa96ef4c9..f099b6205 100644 --- a/src/UI/index.html +++ b/src/UI/index.html @@ -47,7 +47,7 @@ - +