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

11 lines
140 B

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