mirror of
https://github.com/Readarr/Readarr
synced 2026-01-03 22:28:23 +01:00
Fixed: Backup path URL incorrect in some cases
This commit is contained in:
parent
4aeaf04b62
commit
e4f1e5d376
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class BackupRow extends Component {
|
|||
|
||||
<TableRowCell>
|
||||
<Link
|
||||
to={path}
|
||||
to={`${window.Lidarr.urlBase}${path}`}
|
||||
noRouter={true}
|
||||
>
|
||||
{name}
|
||||
|
|
|
|||
Loading…
Reference in a new issue