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

Fixed: Mark as Failed from Movie Details page

Fixes 
pull/6918/head
Qstick 3 years ago
parent bc20e159ba
commit 59186adbfc

@ -143,7 +143,7 @@ class MovieHistoryRow extends Component {
isMarkingAsFailed={isMarkingAsFailed}
shortDateFormat={shortDateFormat}
timeFormat={timeFormat}
onMarkAsFailedPress={onMarkAsFailedPress}
onMarkAsFailedPress={this.onMarkAsFailedPress}
onModalClose={this.onDetailsModalClose}
/>
</TableRow>

Loading…
Cancel
Save