Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/74a4def877b7e192df75790cd8ba7a487f9dd678/UI/Logs/Files/ContentsModel.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
'use strict';
|
|
|
|
|
define(
|
|
|
|
|
[
|
|
|
|
|
'backbone'
|
|
|
|
|
], function (Backbone) {
|
|
|
|
|
return Backbone.Model.extend({
|
|
|
|
|
});
|
|
|
|
|
});
|