Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/a4a58c59f18c9af550e4c51688fcb3a016985575/UI/Logs/Files/ContentsModel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Logs/Files/ContentsModel.js

9 lines
141 B

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