From dad1da94d35c594f0ac9be4bcf6b59792cc91c7e Mon Sep 17 00:00:00 2001 From: Nick <20588554+nicknsy@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:43:19 -0800 Subject: [PATCH] Remove trickplay from redirects --- src/apps/dashboard/routes/_redirects.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/dashboard/routes/_redirects.ts b/src/apps/dashboard/routes/_redirects.ts index 32b6554325..94211c79c2 100644 --- a/src/apps/dashboard/routes/_redirects.ts +++ b/src/apps/dashboard/routes/_redirects.ts @@ -36,6 +36,5 @@ export const REDIRECTS: Redirect[] = [ { from: 'usernew.html', to: '/dashboard/users/add' }, { from: 'userparentalcontrol.html', to: '/dashboard/users/parentalcontrol' }, { from: 'userpassword.html', to: '/dashboard/users/password' }, - { from: 'userprofiles.html', to: '/dashboard/users' }, - { from: 'trickplayconfiguration.html', to: '/dashboard/playback/trickplay' } + { from: 'userprofiles.html', to: '/dashboard/users' } ];