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

13 lines
238 B

'use strict';
define(
[
'Cells/TemplatedCell'
], function (TemplatedCell) {
return TemplatedCell.extend({
className: 'quality-cell',
template : 'Cells/QualityTemplate'
});
});