Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/d8dc35913d9ae2ab2a51a677d9e21df470a09269?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Console Warning on MovieTitlesRow due to incorrect variable type

pull/2/head
Qstick 5 years ago
parent 027a388157
commit d8dc35913d

@ -46,7 +46,7 @@ MovieTitlesRow.propTypes = {
id: PropTypes.number.isRequired,
title: PropTypes.string.isRequired,
language: PropTypes.object.isRequired,
sourceType: PropTypes.object.isRequired
sourceType: PropTypes.string.isRequired
};
export default MovieTitlesRow;

Loading…
Cancel
Save