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