mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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>
|
<TableRowCell>
|
||||||
<Link
|
<Link
|
||||||
to={path}
|
to={`${window.Lidarr.urlBase}${path}`}
|
||||||
noRouter={true}
|
noRouter={true}
|
||||||
>
|
>
|
||||||
{name}
|
{name}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue