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/ead1f8a868f98c523a87784dc7813f75f2515dbf/UI/Series/Index/EmptyView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Series/Index/EmptyView.js

13 lines
209 B

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.CompositeView.extend({
template: 'Series/Index/EmptyTemplate'
});
});