Fixed: Backup path URL incorrect in some cases

pull/6/head
Qstick 6 years ago
parent 4aeaf04b62
commit e4f1e5d376

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

Loading…
Cancel
Save