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/8d54bb64a77cf6dd1a8aa99a00f20b3fb06b34e6/UI/AddSeries/Existing/UnmappedFolderModel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/AddSeries/Existing/UnmappedFolderModel.js

11 lines
140 B

'use strict';
12 years ago
define(
[
'backbone'
], function (Backbone) {
return Backbone.Model.extend({
12 years ago
});
});