mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-20 21:17:02 +00:00
Fix redirector issues in UI
This commit is contained in:
parent
8c4e83c18d
commit
83b7f7bc57
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { Navigate } from "react-router-dom";
|
|||
const Redirector: FunctionComponent = () => {
|
||||
const { sonarr, radarr } = useEnabledStatus();
|
||||
|
||||
let path = "/settings";
|
||||
let path = "/settings/general";
|
||||
if (sonarr) {
|
||||
path = "/series";
|
||||
} else if (radarr) {
|
||||
|
|
Loading…
Reference in a new issue