Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/18d7963adebbde95ee9500c8aa735c32276b4cc9/UI/AddSeries/Existing/UnmappedFolderModel.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
|
|
define(
|
|
[
|
|
'backbone'
|
|
], function (Backbone) {
|
|
return Backbone.Model.extend({
|
|
|
|
});
|
|
});
|