mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove trickplay from redirects
This commit is contained in:
parent
7f7c1be5e1
commit
dad1da94d3
1 changed files with 1 additions and 2 deletions
|
@ -36,6 +36,5 @@ export const REDIRECTS: Redirect[] = [
|
||||||
{ from: 'usernew.html', to: '/dashboard/users/add' },
|
{ from: 'usernew.html', to: '/dashboard/users/add' },
|
||||||
{ from: 'userparentalcontrol.html', to: '/dashboard/users/parentalcontrol' },
|
{ from: 'userparentalcontrol.html', to: '/dashboard/users/parentalcontrol' },
|
||||||
{ from: 'userpassword.html', to: '/dashboard/users/password' },
|
{ from: 'userpassword.html', to: '/dashboard/users/password' },
|
||||||
{ from: 'userprofiles.html', to: '/dashboard/users' },
|
{ from: 'userprofiles.html', to: '/dashboard/users' }
|
||||||
{ from: 'trickplayconfiguration.html', to: '/dashboard/playback/trickplay' }
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue