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

Fixed: Pass Array to Bulk Language Select for Manual Import

Fixes 
pull/2/head
Qstick 5 years ago
parent 79a05876bf
commit ecc68af439

@ -358,7 +358,7 @@ class InteractiveImportModalContent extends Component {
<SelectLanguageModal
isOpen={selectModalOpen === LANGUAGE}
ids={selectedIds}
languageId={0}
languageIds={[0]}
onModalClose={this.onSelectModalClose}
/>

Loading…
Cancel
Save