Fixed: Backup path URL

Fixes #3079
pull/3089/head
Mark McDowall 6 years ago
parent 0b49eba77a
commit dadab50f3b

@ -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}

Loading…
Cancel
Save