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

Merge pull request #3071 from grafixeyehero/convert-userLibraryAccessPage-to-react

Convert userLibraryAccessPage to react
This commit is contained in:
Bill Thornton 2022-01-10 23:46:56 -05:00 committed by GitHub
commit 7618fb5c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 320 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({