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

New: Improve help text for extra file importing

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/908/head
Qstick 6 years ago
parent 52ec4c4a66
commit dc6621ee06

@ -186,7 +186,10 @@ class MediaManagement extends Component {
<FormInputGroup
type={inputTypes.TEXT}
name="extraFileExtensions"
helpText="Comma separated list of extra files to import, ie sub,nfo (.nfo will be imported as .nfo-orig)"
helpTexts={[
'Comma separated list of extra files to import (.nfo will be imported as .nfo-orig)',
'Examples: ".sub, .nfo" or "sub,nfo"'
]}
onChange={onInputChange}
{...settings.extraFileExtensions}
/>

Loading…
Cancel
Save