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

Convert userLibraryAccessPage to react

This commit is contained in:
grafixeyehero 2021-10-16 00:26:31 +03:00
parent ffb40c125d
commit a2e908a4de
4 changed files with 356 additions and 252 deletions

View file

@ -448,7 +448,7 @@ import { appRouter } from '../components/appRouter';
path: 'dashboard/users/userlibraryaccess.html',
autoFocus: false,
roles: 'admin',
controller: 'dashboard/users/userlibraryaccess'
pageComponent: 'UserLibraryAccessPage'
});
defineRoute({