diff --git a/frontend/src/Search/Table/SearchIndexRow.js b/frontend/src/Search/Table/SearchIndexRow.js index 1b740b5da..ffa98447e 100644 --- a/frontend/src/Search/Table/SearchIndexRow.js +++ b/frontend/src/Search/Table/SearchIndexRow.js @@ -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,