Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/6c91639d6482d069d6dcc693ea3b6b5950d28d18/UI/Series/EpisodeFileModel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Series/EpisodeFileModel.js

10 lines
136 B

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