Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/385edbf4643de477fed1a5a954a333caf925efba/UI/Calendar/CalendarItemView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Calendar/CalendarItemView.js

12 lines
254 B

'use strict';
define([
'app',
'Calendar/CalendarCollection'
], function () {
NzbDrone.Calendar.CalendarItemView = Backbone.Marionette.ItemView.extend({
template : 'Calendar/CalendarItemTemplate',
tagName : 'div'
});
});