mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-04 23:17:10 +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