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/f7c78da4ed87b66f445fa3a3475902c5a66ffa1d/UI/Quality/qualityProfileModel.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
"use strict";
|
|
define(['app'], function () {
|
|
NzbDrone.Quality.QualityProfileModel = Backbone.DeepModel.extend({
|
|
|
|
defaults: {
|
|
id : null,
|
|
name : '',
|
|
cutoff: null
|
|
}
|
|
});
|
|
});
|
|
|