1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

migrate User Library Access Page

This commit is contained in:
grafixeyehero 2022-06-29 03:21:45 +03:00
parent 3f8b305995
commit 5d29529562
4 changed files with 27 additions and 24 deletions

View file

@ -429,14 +429,6 @@ import { appRouter } from '../components/appRouter';
controller: 'shows/tvrecommended'
});
defineRoute({
alias: '/userlibraryaccess.html',
path: 'dashboard/users/userlibraryaccess.html',
autoFocus: false,
roles: 'admin',
pageComponent: 'UserLibraryAccessPage'
});
defineRoute({
alias: '/userparentalcontrol.html',
path: 'dashboard/users/userparentalcontrol.html',