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

Fixed: Fix typo in remove queue item modal

Co-Authored-By: Jayden <lukyjay@users.noreply.github.com>
pull/4047/head
Qstick 5 years ago
parent 09f8dace9d
commit 13701498ce

@ -79,7 +79,7 @@ class RemoveQueueItemsModal extends Component {
type={inputTypes.CHECK}
name="blacklist"
value={blacklist}
helpText="Prevents Radarr from automatically grabbing this movie again"
helpText="Prevents Radarr from automatically grabbing this release again"
onChange={this.onBlacklistChange}
/>
</FormGroup>

Loading…
Cancel
Save