mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused path quickConnect.html from legacyRoutes admin route
This commit is contained in:
parent
f0a96d6c6a
commit
cbf33c15f2
2 changed files with 0 additions and 12 deletions
|
@ -31,12 +31,6 @@ export const LEGACY_ADMIN_ROUTES: LegacyRoute[] = [
|
||||||
controller: 'dashboard/devices/device',
|
controller: 'dashboard/devices/device',
|
||||||
view: 'dashboard/devices/device.html'
|
view: 'dashboard/devices/device.html'
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
path: 'quickConnect.html',
|
|
||||||
pageProps: {
|
|
||||||
controller: 'dashboard/quickConnect',
|
|
||||||
view: 'dashboard/quickConnect.html'
|
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
path: 'dlnaprofile.html',
|
path: 'dlnaprofile.html',
|
||||||
pageProps: {
|
pageProps: {
|
||||||
|
|
|
@ -31,12 +31,6 @@ export const LEGACY_ADMIN_ROUTES: LegacyRoute[] = [
|
||||||
controller: 'dashboard/devices/device',
|
controller: 'dashboard/devices/device',
|
||||||
view: 'dashboard/devices/device.html'
|
view: 'dashboard/devices/device.html'
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
path: 'quickConnect.html',
|
|
||||||
pageProps: {
|
|
||||||
controller: 'dashboard/quickConnect',
|
|
||||||
view: 'dashboard/quickConnect.html'
|
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
path: 'dlnaprofile.html',
|
path: 'dlnaprofile.html',
|
||||||
pageProps: {
|
pageProps: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue