Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/c22c7eff602af1c180dd285a0d7c7d2a435ddf31 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Don't crash due to null Formats on Quality edit

pull/2/head
Qstick 5 years ago
parent 51af4011a3
commit c22c7eff60

@ -26,4 +26,8 @@ MovieFormats.propTypes = {
formats: PropTypes.arrayOf(PropTypes.object).isRequired
};
MovieFormats.defaultProps = {
formats: []
};
export default MovieFormats;

Loading…
Cancel
Save