Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/23859a1c557ba69eaad7c8ea1b3210c00d6b34b8/UI/Settings/Indexers/ItemView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
"use strict";
|
|
|
|
define([
|
|
'app',
|
|
'Settings/Indexers/Collection'
|
|
|
|
], function () {
|
|
|
|
NzbDrone.Settings.Indexers.ItemView = Backbone.Marionette.ItemView.extend({
|
|
template : 'Settings/Indexers/ItemTemplate',
|
|
tagName : 'li'
|
|
});
|
|
});
|