mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 07:15:24 +00:00
Fixed: Backup path URL incorrect in some cases
This commit is contained in:
@@ -96,7 +96,7 @@ class BackupRow extends Component {
|
||||
|
||||
<TableRowCell>
|
||||
<Link
|
||||
to={path}
|
||||
to={`${window.Lidarr.urlBase}${path}`}
|
||||
noRouter={true}
|
||||
>
|
||||
{name}
|
||||
|
||||
Reference in New Issue
Block a user