Fixed: Backup path URL incorrect in some cases

pull/789/head
Qstick 5 years ago
parent 4aeaf04b62
commit e4f1e5d376

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

Loading…
Cancel
Save