Fixed: Change Host GUID, other Sonarr references (#307)

* Fixed: Change Host GUID, other Sonarr references

* fixup! Random GUID and Copyright Year
This commit is contained in:
Qstick 2018-04-21 14:34:31 -04:00 committed by GitHub
parent f745b7bdbe
commit e73936184b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 14 deletions

View file

@ -86,7 +86,7 @@ function IndexerOptions(props) {
min={0}
helpText="Interval in minutes. Set to zero to disable (this will stop all automatic release grabbing)"
helpTextWarning="This will apply to all indexers, please follow the rules set forth by them"
helpLink="https://github.com/Sonarr/Sonarr/wiki/RSS-Sync"
helpLink="https://github.com/Lidarr/Lidarr/wiki/RSS-Sync"
onChange={onInputChange}
{...settings.rssSyncInterval}
/>