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

Merge pull request #6594 from viown/react-libraries-nfo-settings

Migrate NFO Settings to React
This commit is contained in:
Bill Thornton 2025-03-06 12:43:30 -05:00 committed by GitHub
commit 4334303632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 231 additions and 120 deletions

View file

@ -8,6 +8,7 @@ export const ASYNC_ADMIN_ROUTES: AsyncRoute[] = [
{ path: 'keys', type: AppType.Dashboard },
{ path: 'libraries/display', type: AppType.Dashboard },
{ path: 'libraries/metadata', type: AppType.Dashboard },
{ path: 'libraries/nfo', type: AppType.Dashboard },
{ path: 'logs', type: AppType.Dashboard },
{ path: 'logs/:file', page: 'logs/file', type: AppType.Dashboard },
{ path: 'playback/resume', type: AppType.Dashboard },