Fixed: Backup path URL

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

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

Loading…
Cancel
Save