Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/2e1d36a05e60c24fe11724a69b5c39b9156546c6/UI/Settings/Indexers/IndexersView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/Settings/Indexers/IndexersView.js

12 lines
233 B

12 years ago
'use strict';
define([
'app', 'Settings/SettingsModel'
12 years ago
], function () {
NzbDrone.Settings.Indexers.IndexersView = Backbone.Marionette.ItemView.extend({
template: 'Settings/Indexers/IndexersTemplate'
12 years ago
});
});