Fixed: Backup path URL

Fixes #3079
This commit is contained in:
Mark McDowall 2019-04-25 20:29:33 -07:00
parent 0b49eba77a
commit dadab50f3b
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class BackupRow extends Component {
<TableRowCell> <TableRowCell>
<Link <Link
to={path} to={`${window.Sonarr.urlBase}${path}`}
noRouter={true} noRouter={true}
> >
{name} {name}