|
|
|
@ -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);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|