mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed: Sonarr references in Quality/Language Profiles
This commit is contained in:
parent
02218841d2
commit
2c8b137349
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ function EditLanguageProfileModalContent(props) {
|
||||||
{...cutoff}
|
{...cutoff}
|
||||||
value={cutoff ? cutoff.value.id : 0}
|
value={cutoff ? cutoff.value.id : 0}
|
||||||
values={languages}
|
values={languages}
|
||||||
helpText="Once this language is reached Sonarr will no longer download episodes"
|
helpText="Once this language is reached Lidarr will no longer download albums"
|
||||||
onChange={onCutoffChange}
|
onChange={onCutoffChange}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
|
@ -182,7 +182,7 @@ class EditQualityProfileModalContent extends Component {
|
||||||
name="cutoff"
|
name="cutoff"
|
||||||
{...cutoff}
|
{...cutoff}
|
||||||
values={qualities}
|
values={qualities}
|
||||||
helpText="Once this quality is reached Sonarr will no longer download episodes"
|
helpText="Once this quality is reached Lidarr will no longer download albums"
|
||||||
onChange={onCutoffChange}
|
onChange={onCutoffChange}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue