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/4188946395ccf1ed7b113c6fc7761e0fa6c4d35d/UI/Series/Index/Posters/CollectionView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
|
|
define(
|
|
[
|
|
'marionette',
|
|
'Series/Index/Posters/ItemView'
|
|
], function (Marionette, PosterItemView) {
|
|
|
|
return Marionette.CompositeView.extend({
|
|
itemView : PosterItemView,
|
|
itemViewContainer: '#x-series-posters',
|
|
template : 'Series/Index/Posters/CollectionTemplate'
|
|
});
|
|
});
|