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/c96ba5efd33e87d17e50ab85e5aef34c4722d080/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({
});
});