mirror of
https://github.com/Radarr/Radarr
synced 2024-12-30 20:05:41 +00:00
New: Improve help text for extra file importing
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
80715f5e58
commit
c4e01c2020
1 changed files with 4 additions and 1 deletions
|
@ -175,7 +175,10 @@ class MediaManagement extends Component {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.TEXT}
|
type={inputTypes.TEXT}
|
||||||
name="extraFileExtensions"
|
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}
|
onChange={onInputChange}
|
||||||
{...settings.extraFileExtensions}
|
{...settings.extraFileExtensions}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue