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/54b83e2e91a2a93d65ac21c523001823d0917a80/UI/Cells/SeriesTitleCell.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/Cells/SeriesTitleCell.js

13 lines
242 B

'use strict';
define(
[
'Cells/TemplatedCell'
], function (TemplatedCell) {
return TemplatedCell.extend({
className: 'series-title',
template : 'Cells/SeriesTitleTemplate'
});
});