1
0
Fork 0
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:
LASER-Yi 2022-03-20 12:09:00 +08:00
parent 8c4e83c18d
commit 83b7f7bc57
No known key found for this signature in database
GPG key ID: BB28903D50A1D408

View file

@ -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) {