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

Fix wizard reference to dashboard library controller

This commit is contained in:
Bill Thornton 2025-02-28 14:25:53 -05:00
parent d6650fa5bc
commit 86d7e54215
4 changed files with 392 additions and 14 deletions

View file

@ -53,7 +53,7 @@ export const LEGACY_PUBLIC_ROUTES: LegacyRoute[] = [
{
path: 'wizardlibrary.html',
pageProps: {
controller: 'dashboard/library',
controller: 'wizard/library',
view: 'wizard/library.html'
}
},