mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 16:55:49 +00:00
New: Lidarr to Readarr
This commit is contained in:
@@ -96,7 +96,7 @@ class BackupRow extends Component {
|
||||
|
||||
<TableRowCell>
|
||||
<Link
|
||||
to={`${window.Lidarr.urlBase}${path}`}
|
||||
to={`${window.Readarr.urlBase}${path}`}
|
||||
noRouter={true}
|
||||
>
|
||||
{name}
|
||||
|
||||
@@ -196,7 +196,7 @@ class RestoreBackupModalContent extends Component {
|
||||
|
||||
<ModalFooter>
|
||||
<div className={styles.additionalInfo}>
|
||||
Note: Lidarr will automatically restart and reload the UI during the restore process.
|
||||
Note: Readarr will automatically restart and reload the UI during the restore process.
|
||||
</div>
|
||||
|
||||
<Button onPress={onModalClose}>
|
||||
|
||||
@@ -16,27 +16,27 @@ class MoreInfo extends Component {
|
||||
<DescriptionList>
|
||||
<DescriptionListItemTitle>Home page</DescriptionListItemTitle>
|
||||
<DescriptionListItemDescription>
|
||||
<Link to="https://lidarr.audio/">lidarr.audio</Link>
|
||||
<Link to="https://readarr.audio/">readarr.audio</Link>
|
||||
</DescriptionListItemDescription>
|
||||
|
||||
<DescriptionListItemTitle>Wiki</DescriptionListItemTitle>
|
||||
<DescriptionListItemDescription>
|
||||
<Link to="https://github.com/lidarr/Lidarr/wiki">wiki.lidarr.audio</Link>
|
||||
<Link to="https://github.com/readarr/Readarr/wiki">wiki.readarr.audio</Link>
|
||||
</DescriptionListItemDescription>
|
||||
|
||||
<DescriptionListItemTitle>Reddit</DescriptionListItemTitle>
|
||||
<DescriptionListItemDescription>
|
||||
<Link to="https://www.reddit.com/r/Lidarr/">Lidarr</Link>
|
||||
<Link to="https://www.reddit.com/r/Readarr/">Readarr</Link>
|
||||
</DescriptionListItemDescription>
|
||||
|
||||
<DescriptionListItemTitle>Discord</DescriptionListItemTitle>
|
||||
<DescriptionListItemDescription>
|
||||
<Link to="https://discord.gg/8Y7rDc9">#lidarr on Discord</Link>
|
||||
<Link to="https://discord.gg/8Y7rDc9">#readarr on Discord</Link>
|
||||
</DescriptionListItemDescription>
|
||||
|
||||
<DescriptionListItemTitle>Donations</DescriptionListItemTitle>
|
||||
<DescriptionListItemDescription>
|
||||
<Link to="https://opencollective.com/lidarr">Donate to Lidarr</Link>
|
||||
<Link to="https://opencollective.com/readarr">Donate to Readarr</Link>
|
||||
</DescriptionListItemDescription>
|
||||
|
||||
<DescriptionListItemTitle>Sonarr Donations</DescriptionListItemTitle>
|
||||
@@ -46,12 +46,12 @@ class MoreInfo extends Component {
|
||||
|
||||
<DescriptionListItemTitle>Source</DescriptionListItemTitle>
|
||||
<DescriptionListItemDescription>
|
||||
<Link to="https://github.com/lidarr/Lidarr/">github.com/Lidarr/Lidarr</Link>
|
||||
<Link to="https://github.com/readarr/Readarr/">github.com/Readarr/Readarr</Link>
|
||||
</DescriptionListItemDescription>
|
||||
|
||||
<DescriptionListItemTitle>Feature Requests</DescriptionListItemTitle>
|
||||
<DescriptionListItemDescription>
|
||||
<Link to="https://github.com/lidarr/Lidarr/issues">github.com/Lidarr/Lidarr/issues</Link>
|
||||
<Link to="https://github.com/readarr/Readarr/issues">github.com/Readarr/Readarr/issues</Link>
|
||||
</DescriptionListItemDescription>
|
||||
|
||||
</DescriptionList>
|
||||
|
||||
@@ -89,7 +89,7 @@ class Updates extends Component {
|
||||
size={30}
|
||||
/>
|
||||
<div className={styles.upToDateMessage}>
|
||||
The latest version of Lidarr is already installed
|
||||
The latest version of Readarr is already installed
|
||||
</div>
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user