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

Added `magnetUrl` prop in Search Index Row

pull/1794/head
Bogdan 2 years ago
parent c8ad3d6edd
commit ce8c90a125

@ -337,7 +337,8 @@ SearchIndexRow.propTypes = {
title: PropTypes.string.isRequired,
fileName: PropTypes.string.isRequired,
infoUrl: PropTypes.string.isRequired,
downloadUrl: PropTypes.string.isRequired,
downloadUrl: PropTypes.string,
magnetUrl: PropTypes.string,
indexerId: PropTypes.number.isRequired,
indexer: PropTypes.string.isRequired,
size: PropTypes.number.isRequired,

Loading…
Cancel
Save